summaryrefslogtreecommitdiff
path: root/t/tap-global-log.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-global-log.sh')
-rwxr-xr-xt/tap-global-log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-global-log.sh b/t/tap-global-log.sh
index 29e582c3f..493a5a46d 100755
--- a/t/tap-global-log.sh
+++ b/t/tap-global-log.sh
@@ -102,7 +102,7 @@ cat > skipall.test << 'END'
END
# We don't care about the exit status of "make check" here.
-TESTS="`echo *.test`" $MAKE -e check || :
+TESTS="$(echo *.test)" $MAKE -e check || :
cat test-suite.log
grep ':.*ok|not seen' test-suite.log && Exit 1