X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/f979802d6f279b9d8018271f6766aa68b27b7782..4c47af784eb3357a403360e871c6e15a6ca70b39:/t/t0002-status.sh?ds=sidebyside diff --git a/t/t0002-status.sh b/t/t0002-status.sh index ffcad77..2512c53 100755 --- a/t/t0002-status.sh +++ b/t/t0002-status.sh @@ -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 '