From 4e34ae0723f2d8b9b1da8fa7d44d646cf288858b Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 8 Oct 2019 23:51:14 -0500 Subject: [PATCH] tshquote.py: test with python 3 Signed-off-by: Rob Browning --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 093bf9b..a44f733 100644 --- 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 -- 2.39.2