X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=c382466c34c2e87485a1048ca34ef5627bb5177d;hb=458e92da32ddd3c18fc1c3e52a76e9f0b48b832f;hp=99248cbfdd2f3cc90d837748474ad2472e57b499;hpb=4e2fe4155f143da5f5c962ffa6378dea8fc33b66;p=bup.git diff --git a/Makefile b/Makefile index 99248cb..c382466 100644 --- a/Makefile +++ b/Makefile @@ -160,4 +160,6 @@ clean: Documentation/clean 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 t/*.tmp lib/*/*/*.tmp build lib/bup/build lib/bup/t/testfs