X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=7bebe7794d43eaa04edf807ab543de59ec694e0e;hb=53649c18ec3db90f80ff4657315009538d4333f3;hp=ccecfc68ef9ed9683871db493c83bc93658c8ef1;hpb=043b85f84df4470252e6424de17e4bd255f52035;p=bup.git diff --git a/Makefile b/Makefile index ccecfc6..7bebe77 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ runtests-python: runtests-cmdline: all t/test.sh t/test-meta.sh + t/test-restore-single-file.sh stupid: PATH=/bin:/usr/bin $(MAKE) test @@ -163,3 +164,4 @@ clean: Documentation/clean config/clean if test -e bupmeta.tmp/testfs-limited; \ then umount bupmeta.tmp/testfs-limited || true; fi rm -rf *.tmp *.tmp.meta t/*.tmp lib/*/*/*.tmp build lib/bup/build lib/bup/t/testfs + if test -e t/tmp; then rm -r t/tmp; fi