X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/785552feb825d6ff07c20f981ad00991f13f471e..ea5b7bf3533205be4268d8e7d79198344161c819:/t/t0002-status.sh?ds=inline diff --git a/t/t0002-status.sh b/t/t0002-status.sh index 9a5a285..9b4e60d 100755 --- a/t/t0002-status.sh +++ b/t/t0002-status.sh @@ -54,7 +54,7 @@ cat > expected.txt < output.txt && diff -u expected.txt output.txt ' @@ -95,7 +95,7 @@ test_expect_success 'Status after refresh' ' test_expect_success 'Add another file' ' echo lajbans > fie && - stg add fie && + git add fie && stg refresh ' @@ -166,7 +166,7 @@ EOF test_expect_success 'Status of disappeared newborn' ' stg refresh && touch foo/bar && - stg add foo/bar && + git add foo/bar && rm foo/bar && stg status > output.txt && diff -u expected.txt output.txt