summaryrefslogtreecommitdiff
path: root/t/tap-planskip.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-planskip.sh')
-rwxr-xr-xt/tap-planskip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-planskip.sh b/t/tap-planskip.sh
index 142afd7a8..2c1d9debc 100755
--- a/t/tap-planskip.sh
+++ b/t/tap-planskip.sh
@@ -72,6 +72,6 @@ grep '^SKIP: baz\.test' stdout # Deliberately laxer, see above for why.
grep '^SKIP: wget\.test .* wget(1) not installed$' stdout
grep '^SKIP: curl\.test .* Can'\''t connect to gnu\.org!$' stdout
grep '^SKIP: mu\.test' stdout | $FGREP "$weirdchars" stdout
-test `grep -c ': .*\.test' stdout` -eq 6
+test $(grep -c ': .*\.test' stdout) -eq 6
: