X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/15ad4498cb4c4f994e67d70247ef892f551cb16a..8bcdcdc99a819905d837ad90dd02aa3611c3144e:/t/t0002-status.sh diff --git a/t/t0002-status.sh b/t/t0002-status.sh index 69c29a0..a030739 100755 --- a/t/t0002-status.sh +++ b/t/t0002-status.sh @@ -182,9 +182,4 @@ test_expect_success 'Status after renaming a file' ' diff -u expected.txt output.txt ' -test_expect_failure 'Status after renaming a file (with rename detection)' ' - stg status --diff-opts=-M > output.txt && - diff -u expected.txt output.txt -' - test_done