X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=Makefile;h=edf6f658df7a4f69df3551cc4e5b156cf07e7083;hp=037203f0973efc23a0d90afc43bb7f6e5ae65f53;hb=32a606be6a32a966412a49e8cb9102301f6352d4;hpb=2ecf2da085f477cf4cacc9d094f1b5bc64961ad5 diff --git a/Makefile b/Makefile index 037203f..edf6f65 100644 --- a/Makefile +++ b/Makefile @@ -149,6 +149,7 @@ python_tests := \ lib/bup/t/thashsplit.py \ lib/bup/t/thelpers.py \ lib/bup/t/tindex.py \ + lib/bup/t/tmetadata.py \ lib/bup/t/toptions.py \ lib/bup/t/tshquote.py \ lib/bup/t/tvint.py \ @@ -157,7 +158,6 @@ python_tests := \ ifeq "2" "$(bup_python_majver)" python_tests += \ lib/bup/t/tclient.py \ - lib/bup/t/tmetadata.py \ lib/bup/t/tresolve.py \ lib/bup/t/tvfs.py endif