X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d4356ac6143757131b58c95ca5c6a7b386cc6087..7cb253c05b509510177a1df4d5813861641968f6:/t/t0002-status.sh diff --git a/t/t0002-status.sh b/t/t0002-status.sh index 6389a23..a030739 100755 --- a/t/t0002-status.sh +++ b/t/t0002-status.sh @@ -159,4 +159,27 @@ test_expect_success 'Status after deleting a file' ' diff -u expected.txt output.txt ' +cat > expected.txt < output.txt && + diff -u expected.txt output.txt +' + +cat > expected.txt < output.txt && + diff -u expected.txt output.txt +' + test_done