Signed-off-by: Michael Spang <mspang@xxxxxxxxxxxx> --- Whoops. t/t7300-clean.sh | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh index 1fb3850..1ada8da 100755 --- a/t/t7300-clean.sh +++ b/t/t7300-clean.sh @@ -125,14 +125,15 @@ test_expect_success \ test_expect_failure \ 'clean.requireForce' \ - "mkdir -p build docs && - touch a.out src/part3.c docs/manual.txt obj.o build/lib.so && - git-config clean.requireForce true && + "git-config clean.requireForce true && git-clean" test_expect_success \ 'clean.requireForce and -n' \ - "test -f Makefile && + "mkdir -p build docs && + touch a.out src/part3.c docs/manual.txt obj.o build/lib.so && + git-clean -n && + test -f Makefile && test -f README && test -f src/part1.c && test -f src/part2.c && - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html