X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/f837ca5e48bcd894b907e6426bbde06742f9378e..ba5cb156fc92a5dc6160cefa1d65fff46ff1b09f:/t/t2702-refresh-rm.sh?ds=sidebyside diff --git a/t/t2702-refresh-rm.sh b/t/t2702-refresh-rm.sh index 896ebf3..0362cc6 100755 --- a/t/t2702-refresh-rm.sh +++ b/t/t2702-refresh-rm.sh @@ -28,7 +28,7 @@ cat > expected0.txt < expected1.txt -test_expect_success 'git-rm a file' ' +test_expect_success 'git rm a file' ' stg new -m p0 && git rm y.txt && stg status > status0.txt && @@ -47,7 +47,7 @@ D y.txt M x.txt EOF printf '' > expected1.txt -test_expect_success 'git-rm a file together with other changes' ' +test_expect_success 'git rm a file together with other changes' ' stg new -m p1 && echo x2 >> x.txt && git rm y.txt &&