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

index 2158f49c750d6506f02c45750a5c99395da3f5ea..385fdddeb9233a16ecaa8ed6d3984529b96a592f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -169,6 +169,8 @@ runtests-python: all t/tmp
 
 cmdline_tests := \
   t/test-argv \
+  t/test-cat-file.sh \
+  t/test-command-without-init-fails.sh \
   t/test-compression.sh \
   t/test-drecurse.sh \
   t/test-fsck.sh \
@@ -191,7 +193,6 @@ ifeq "2" "$(bup_python_majver)"
     t/test-index.sh \
     t/test-split-join.sh \
     t/test-fuse.sh \
-    t/test-cat-file.sh \
     t/test-index-check-device.sh \
     t/test-meta.sh \
     t/test-on.sh \
@@ -200,7 +201,6 @@ ifeq "2" "$(bup_python_majver)"
     t/test-rm-between-index-and-save.sh \
     t/test-save-with-valid-parent.sh \
     t/test-sparse-files.sh \
-    t/test-command-without-init-fails.sh \
     t/test-redundant-saves.sh \
     t/test-save-creates-no-unrefs.sh \
     t/test-save-restore-excludes.sh \