summaryrefslogtreecommitdiff
path: root/t/longline.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/longline.sh')
-rwxr-xr-xt/longline.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/longline.sh b/t/longline.sh
index dd5664d31..0c7e09e82 100755
--- a/t/longline.sh
+++ b/t/longline.sh
@@ -27,4 +27,6 @@ done) > Makefile.am
$ACLOCAL
$AUTOMAKE
-test 80 -ge `grep DUMMY Makefile.in | wc -c`
+test 80 -ge $(grep DUMMY Makefile.in | wc -c)
+
+: