From: Holger Dell Date: Wed, 4 Jun 2014 05:16:43 +0000 (-0500) Subject: Makefile: add missing t/test-save-creates-no-unrefs.sh X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1716d1816048e020cfde7ce8b08bc0c9a2264554;p=packages%2Fb%2Fbup.git Makefile: add missing t/test-save-creates-no-unrefs.sh Signed-off-by: Holger Dell [rlb@defaultvalue.org: adjust commit summary] Reviewed-by: Rob Browning --- diff --git a/Makefile b/Makefile index 8989838..97f9338 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,7 @@ runtests-cmdline: all TMPDIR="$(test_tmp)" t/test-rm-between-index-and-save.sh TMPDIR="$(test_tmp)" t/test-command-without-init-fails.sh TMPDIR="$(test_tmp)" t/test-redundant-saves.sh + TMPDIR="$(test_tmp)" t/test-save-creates-no-unrefs.sh TMPDIR="$(test_tmp)" t/test-save-restore-excludes.sh TMPDIR="$(test_tmp)" t/test-save-strip-graft.sh TMPDIR="$(test_tmp)" t/test-import-rdiff-backup.sh