X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft7300-clean.sh;h=02f67b73b762850f3c7f0faf0886bf4011f57308;hb=ec3f7d5d0f3676aa9634ee30f8c9e55893a8c505;hp=3a43571cab78bce546ca714c8d53b76fc94c6ee2;hpb=c208e05bd9880028c980fafbc5dda3d17a603ac1;p=git.git diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh index 3a43571ca..02f67b73b 100755 --- a/t/t7300-clean.sh +++ b/t/t7300-clean.sh @@ -179,11 +179,11 @@ test_expect_success 'git clean -d with prefix and path' ' ' -test_expect_success 'git clean symbolic link' ' +test_expect_success SYMLINKS 'git clean symbolic link' ' mkdir -p build docs && touch a.out src/part3.c docs/manual.txt obj.o build/lib.so && - ln -s docs/manual.txt src/part4.c + ln -s docs/manual.txt src/part4.c && git clean && test -f Makefile && test -f README && @@ -388,16 +388,15 @@ test_expect_success 'core.excludesfile' ' ' -test_expect_success 'removal failure' ' +test_expect_success SANITY 'removal failure' ' mkdir foo && touch foo/bar && (exec