chiark / gitweb /
Remove the resolved command
[stgit] / t / t0002-status.sh
index ffcad7752f7d56a35de377e0108b8cc79e72c29f..2512c53738c1d8f438dad8eeb74beba887fa46f5 100755 (executable)
@@ -145,7 +145,7 @@ A fie
 M foo/bar
 EOF
 test_expect_success 'Status after resolving the push' '
-    stg resolved -a &&
+    git add --update &&
     stg status > output.txt &&
     test_cmp expected.txt output.txt
 '