From: Rob Browning Date: Thu, 2 Jan 2020 02:27:00 +0000 (-0600) Subject: test-rdiff-backup: enable for python 3 X-Git-Tag: 0.31~126 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=ad8c188a619b16e9a937bf857af7360068c7efa7 test-rdiff-backup: enable for python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/Makefile b/Makefile index 257c2ce..3aea558 100644 --- 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