From 5d52833c2d52050d9633c07b11dc0781035bd1d9 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 1 Jan 2020 19:39:44 -0600 Subject: [PATCH] test-gc: enable for python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2