]> arthur.barton.de Git - bup.git/commitdiff
test-packsizelimit: test with python 3
authorRob Browning <rlb@defaultvalue.org>
Wed, 1 Jan 2020 20:00:21 +0000 (14:00 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 19:30:12 +0000 (13:30 -0600)
Tested-by: Rob Browning <rlb@defaultvalue.org>
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index d2c9ab5cf1bc3d11582db11f1a0c8e1e989da6da..0bab1231a487f1e6a69fd54ff2f91bd7bd3a9b26 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,7 @@ cmdline_tests := \
   t/test-list-idx.sh \
   t/test-ls \
   t/test-ls-remote \
+  t/test-packsizelimit \
   t/test-split-join.sh \
   t/test-tz.sh
 
@@ -185,7 +186,6 @@ ifeq "2" "$(bup_python_majver)"
   cmdline_tests += \
     t/test-ftp \
     t/test-save-restore \
-    t/test-packsizelimit \
     t/test-prune-older \
     t/test-web.sh \
     t/test-rm.sh \