Test for specific exit code
[stgit] / t / t1200-push-modified.sh
index ba4f70c..6ebd0a1 100755 (executable)
@@ -49,7 +49,7 @@ test_expect_success \
 
 test_expect_success \
     'Attempt to push the first of those patches without --merged' \
-    "(cd bar && ! stg push
+    "(cd bar && conflict_old stg push
      )
 "