]> arthur.barton.de Git - bup.git/blobdiff - Makefile
subtree-hash: handle non-ASCII path chars
[bup.git] / Makefile
index 18b128fcc765593047b466bd940d410a2f03eb98..a024dbeef1135db8e47f7b5e8c0522847d5b7ebd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,8 @@ lib/bup/_helpers$(SOEXT): \
 lib/bup/_version.py:
        rm -f $@.tmp-$$$$ \
        && ./format-subst.pl $@.pre > $@.tmp-$$$$ \
-       && (if ! test -e $@ || ! cmp $@ $@.tmp-$$$$; then mv $@.tmp-$$$$ $@; fi)
+       && (if ! test -e $@ || ! cmp $@ $@.tmp-$$$$; then mv $@.tmp-$$$$ $@; fi) \
+       && rm -f $@.tmp-$$$$
 
 t/tmp:
        mkdir t/tmp
@@ -112,6 +113,7 @@ cmdline_tests := \
   t/test-save-creates-no-unrefs.sh \
   t/test-save-restore-excludes.sh \
   t/test-save-strip-graft.sh \
+  t/test-import-duplicity.sh \
   t/test-import-rdiff-backup.sh \
   t/test-xdev.sh \
   t/test.sh