From: Rob Browning Date: Thu, 2 Jan 2020 01:39:44 +0000 (-0600) Subject: test-gc: enable for python 3 X-Git-Tag: 0.31~131 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=5d52833c2d52050d9633c07b11dc0781035bd1d9 test-gc: enable for python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/Makefile b/Makefile index 67cbca2..db033c9 100644 --- a/Makefile +++ b/Makefile @@ -174,6 +174,7 @@ cmdline_tests := \ t/test-compression.sh \ t/test-drecurse.sh \ t/test-fsck.sh \ + t/test-gc.sh \ t/test-index.sh \ t/test-index-clear.sh \ t/test-list-idx.sh \ @@ -199,7 +200,6 @@ ifeq "2" "$(bup_python_majver)" t/test-ftp \ t/test-prune-older \ t/test-web.sh \ - t/test-gc.sh \ t/test-main.sh \ t/test-fuse.sh \ t/test-index-check-device.sh \