summaryrefslogtreecommitdiff
path: root/t/tap-number-wordboundary.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-number-wordboundary.sh')
-rwxr-xr-xt/tap-number-wordboundary.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-number-wordboundary.sh b/t/tap-number-wordboundary.sh
index 324adb627..bd1bf8d78 100755
--- a/t/tap-number-wordboundary.sh
+++ b/t/tap-number-wordboundary.sh
@@ -93,7 +93,7 @@ $
END
# Strip any extra whitespace, for Solaris' wc.
-planned=`wc -l <punctuation | tr -d " $tab"`
+planned=$(wc -l <punctuation | tr -d " $tab")
echo 1..$planned > all.test
awk '{print "ok " NR $0 }' punctuation >> all.test