X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/677202284a6742d68c05622161ad10689c4ff4a4..4a8e79dc3b13208701ca41ac5cfc15bb270238cd:/t/t2400-diff.sh?ds=sidebyside diff --git a/t/t2400-diff.sh b/t/t2400-diff.sh index 6d9ed98..fbcefe1 100755 --- a/t/t2400-diff.sh +++ b/t/t2400-diff.sh @@ -4,7 +4,7 @@ test_description='Run "stg diff"' . ./test-lib.sh -test_expect_failure 'Diff with no StGit data' ' +test_expect_success 'Diff with no StGit data' ' stg diff ' @@ -13,7 +13,7 @@ test_expect_success 'Make some local changes' ' git add foo.txt ' -test_expect_failure 'Diff with some local changes' ' +test_expect_success 'Diff with some local changes' ' stg diff '