X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/677202284a6742d68c05622161ad10689c4ff4a4..5fd79c5f5aa2ea962162260e88f274983cb1e032:/t/t2400-diff.sh diff --git a/t/t2400-diff.sh b/t/t2400-diff.sh index 6d9ed98..73f4539 100755 --- a/t/t2400-diff.sh +++ b/t/t2400-diff.sh @@ -4,16 +4,16 @@ 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 ' test_expect_success 'Make some local changes' ' echo foo >> foo.txt && - git add foo.txt + stg add foo.txt ' -test_expect_failure 'Diff with some local changes' ' +test_expect_success 'Diff with some local changes' ' stg diff '