summaryrefslogtreecommitdiff
path: root/t/python6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python6.sh')
-rwxr-xr-xt/python6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python6.sh b/t/python6.sh
index 0e09a4381..245cf4fec 100755
--- a/t/python6.sh
+++ b/t/python6.sh
@@ -33,6 +33,6 @@ $AUTOMAKE --add-missing
# Simulate no Python.
./configure PYTHON=:
-test x"`cat py`" = x:
+test x"$(cat py)" = x:
: