chiark / gitweb /
replace "git repo-config" usage by "git config"
[stgit] / t / t2101-pull-policy-pull.sh
index 14d5adb7a378d484df5d577d09d7e9dd06d3c309..69b0faef62160227bb585a6b0f47cf7c1709b76a 100755 (executable)
@@ -19,8 +19,8 @@ test_expect_success \
     (cd upstream && stg init) &&
     stg clone upstream clone &&
     (cd clone &&
-     git repo-config branch.master.stgit.pull-policy pull &&
-     git repo-config --list &&
+     git config branch.master.stgit.pull-policy pull &&
+     git config --list &&
      stg new c1 -m c1 &&
      echo a > file && stg add file && stg refresh
     )