From: Rob Browning Date: Thu, 2 Jan 2020 02:23:43 +0000 (-0600) Subject: test-main: enable for python 3 X-Git-Tag: 0.31~127 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=2250d7efd88aaab59eaa2ceef97cf9a6572b1825 test-main: enable for python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/Makefile b/Makefile index 6ea5207..257c2ce 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,7 @@ cmdline_tests := \ t/test-list-idx.sh \ t/test-ls \ t/test-ls-remote \ + t/test-main.sh \ t/test-meta.sh \ t/test-packsizelimit \ t/test-redundant-saves.sh \ @@ -201,7 +202,6 @@ ifeq "2" "$(bup_python_majver)" t/test-ftp \ t/test-prune-older \ t/test-web.sh \ - t/test-main.sh \ t/test-fuse.sh \ t/test-index-check-device.sh \ t/test-on.sh \