]> arthur.barton.de Git - bup.git/commitdiff
tshquote.py: test with python 3
authorRob Browning <rlb@defaultvalue.org>
Wed, 9 Oct 2019 04:51:14 +0000 (23:51 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 13 Oct 2019 17:34:48 +0000 (12:34 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index 093bf9bb63b06ed291bf78da46895a026ca36c83..a44f7338adc37809f9aa03c675f890a2d60c55ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -161,6 +161,7 @@ ifeq "2" "$(bup_python_majver)"
 else
   python_tests := \
     lib/bup/t/toptions.py \
+    lib/bup/t/tshquote.py \
     lib/bup/t/tvint.py
 endif