From: Rob Browning Date: Wed, 1 Jan 2020 19:09:13 +0000 (-0600) Subject: test-cat-file test-command-without-init-fails: test with python 3 X-Git-Tag: 0.31~148 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=b38d4806ffd84e239d9a766d35f1fb4ff980c2f4 test-cat-file test-command-without-init-fails: test with python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/Makefile b/Makefile index 2158f49..385fddd 100644 --- 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 \