X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=385fdddeb9233a16ecaa8ed6d3984529b96a592f;hb=b38d4806ffd84e239d9a766d35f1fb4ff980c2f4;hp=2158f49c750d6506f02c45750a5c99395da3f5ea;hpb=555ca99cd70e658fabcefa9243bb2c4f37d71d2a;p=bup.git 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 \