summaryrefslogtreecommitdiff
path: root/t/tap-planskip-late.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-planskip-late.sh')
-rwxr-xr-xt/tap-planskip-late.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-planskip-late.sh b/t/tap-planskip-late.sh
index e0d3513f3..52917d53c 100755
--- a/t/tap-planskip-late.sh
+++ b/t/tap-planskip-late.sh
@@ -37,7 +37,7 @@ cat stdout
grep '^SKIP: foo\.test .* from the last line$' stdout
grep '^SKIP: bar\.test$' stdout
-test `grep -c ': .*\.test' stdout` -eq 2
+test $(grep -c ': .*\.test' stdout) -eq 2
count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=2 error=0
: