From b38d4806ffd84e239d9a766d35f1fb4ff980c2f4 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 1 Jan 2020 13:09:13 -0600 Subject: [PATCH] test-cat-file test-command-without-init-fails: test with python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.2