]> arthur.barton.de Git - bup.git/blobdiff - Makefile
test-meta.sh: use a tmpdir, not ./bupmeta.tmp
[bup.git] / Makefile
index e522355cf21ba7418ed789149b24a7c0aee43699..b129a7e08f1818770d0d213c972bb139498ca80a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,12 +183,8 @@ clean: Documentation/clean config/clean
        if test -e t/mnt; then rm -r t/mnt; fi
        if test -e t/tmp; then t/cleanup-mounts-under t/tmp; fi
         # FIXME: migrate these to t/mnt/
-       if test -e bupmeta.tmp/testfs; \
-         then umount bupmeta.tmp/testfs || true; fi
        if test -e lib/bup/t/testfs; \
          then umount lib/bup/t/testfs || true; fi
-       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 t/force-delete t/tmp; fi
        t/configure-sampledata --clean