]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Include metadata when asked to restore individual non-directory paths.
[bup.git] / Makefile
index ccecfc68ef9ed9683871db493c83bc93658c8ef1..7bebe7794d43eaa04edf807ab543de59ec694e0e 100644 (file)
--- 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