X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/677202284a6742d68c05622161ad10689c4ff4a4..48d0a85006ac9c58a277391ffdae5560f0a75cbb:/t/t2400-diff.sh 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 '