X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/f03004e2c26efcd6b172a915e8e0d2f9a7cb064b..9ab06b9858bbb0196867506724a8d74c8f39e113:/t/t0002-status.sh diff --git a/t/t0002-status.sh b/t/t0002-status.sh index ac92aa8..2512c53 100755 --- a/t/t0002-status.sh +++ b/t/t0002-status.sh @@ -107,14 +107,11 @@ test_expect_success 'Make a conflicting patch' ' ' cat > expected.txt < output.txt && test_cmp expected.txt output.txt ' @@ -148,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 '