]> arthur.barton.de Git - bup.git/commitdiff
test-rdiff-backup: enable for python 3
authorRob Browning <rlb@defaultvalue.org>
Thu, 2 Jan 2020 02:27:00 +0000 (20:27 -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 257c2ce85a3bc488595894f536f737561ad5efa5..3aea558dd1f8753fffb18aa28075878bd88bb0d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -176,6 +176,7 @@ cmdline_tests := \
   t/test-fsck.sh \
   t/test-gc.sh \
   t/test-import-duplicity.sh \
+  t/test-import-rdiff-backup.sh \
   t/test-index.sh \
   t/test-index-clear.sh \
   t/test-list-idx.sh \
@@ -206,7 +207,6 @@ ifeq "2" "$(bup_python_majver)"
     t/test-index-check-device.sh \
     t/test-on.sh \
     t/test-restore-map-owner.sh \
-    t/test-import-rdiff-backup.sh \
     t/test-xdev.sh \
     t/test.sh
 endif