]> arthur.barton.de Git - bup.git/commitdiff
Enable test-rm-between-index-and-save for python 3
authorRob Browning <rlb@defaultvalue.org>
Wed, 1 Jan 2020 20:55:30 +0000 (14:55 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 19:30:12 +0000 (13:30 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index 7fc522ccc79a411126db365232890ae79e5c485d..1651d30db389993baf0d6b5abe316ca5727fec18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ cmdline_tests := \
   t/test-packsizelimit \
   t/test-redundant-saves.sh \
   t/test-restore-single-file.sh \
+  t/test-rm-between-index-and-save.sh \
   t/test-save-creates-no-unrefs.sh \
   t/test-sparse-files.sh \
   t/test-split-join.sh \
@@ -201,7 +202,6 @@ ifeq "2" "$(bup_python_majver)"
     t/test-index-check-device.sh \
     t/test-on.sh \
     t/test-restore-map-owner.sh \
-    t/test-rm-between-index-and-save.sh \
     t/test-save-with-valid-parent.sh \
     t/test-save-restore-excludes.sh \
     t/test-save-strip-graft.sh \