chiark / gitweb /
Remove the applied/unapplied commands
[stgit] / t / t1501-sink.sh
index ac9e25d495ce81e3c01e1627b20608ceb7f1d5d8..32931cde72d4fe5cf80f904e942c6c7e029d3fcb 100755 (executable)
@@ -22,7 +22,7 @@ test_expect_success 'sink without applied patches' '
 
 test_expect_success 'sink a specific patch without applied patches' '
     stg sink y &&
-    test $(echo $(stg applied)) = "y"
+    test $(echo $(stg series --applied --noprefix)) = "y"
 '
 
 test_done