aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-08-01 01:39:20 +0000
committerMike Frysinger <vapier@gentoo.org>2014-08-01 01:39:20 +0000
commit05cd43e7e382949bfc151d6e6b35836dc883c187 (patch)
tree6ff110f71df0d17d07582e890c41dc52636d9ac8 /tests
parentlddtree.py: save the original path as well as the full path for symlinks (diff)
downloadpax-utils-05cd43e7e382949bfc151d6e6b35836dc883c187.tar.gz
pax-utils-05cd43e7e382949bfc151d6e6b35836dc883c187.tar.bz2
pax-utils-05cd43e7e382949bfc151d6e6b35836dc883c187.zip
enable python by default
Diffstat (limited to 'tests')
-rw-r--r--tests/lddtree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lddtree/Makefile b/tests/lddtree/Makefile
index b70b96e..8e07b6b 100644
--- a/tests/lddtree/Makefile
+++ b/tests/lddtree/Makefile
@@ -4,7 +4,7 @@ all: check
./dotest.$(@:.check=)
test check: sh.check
-ifeq ($(USE_PYTHON),yes)
+ifneq ($(USE_PYTHON),no)
test check: py.check cmp.check
endif