chiark / gitweb /
Test for specific exit code
[stgit] / t / t2101-pull-policy-pull.sh
index ce4b5c89542623e3cdff6baaef14afa9c6617f4a..777ccb5f83b95a15b430a75654054c5b5afcd81b 100755 (executable)
@@ -43,7 +43,7 @@ test_expect_success \
     'Rewind/rewrite upstream commit and pull it from clone, without --merged' \
     '
     (cd upstream && echo b >> file2 && stg refresh) &&
-    (cd clone && ! stg pull)
+    (cd clone && conflict_old stg pull)
     '
 
 test_expect_success \