aboutsummaryrefslogtreecommitdiff
path: root/tap-driver.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-04-15 01:59:29 -0500
committerBrent Cook <busterb@gmail.com>2021-04-15 01:59:56 -0500
commit3b9000bf315d72ff8a0706303c254d1a6399121d (patch)
treec2f6ef870eb41f38106ff685d4e61ee669a818ba /tap-driver.sh
parent5fdde5723de17d54d660f4244fb0480743d69688 (diff)
downloadportable-3b9000bf315d72ff8a0706303c254d1a6399121d.tar.gz
portable-3b9000bf315d72ff8a0706303c254d1a6399121d.tar.bz2
portable-3b9000bf315d72ff8a0706303c254d1a6399121d.zip
update autotools
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-xtap-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-driver.sh b/tap-driver.sh
index 865761d..0ca4903 100755
--- a/tap-driver.sh
+++ b/tap-driver.sh
@@ -369,7 +369,7 @@ function setup_result_obj(line)
369 sub("^(not )?ok[ \t]*", "", line) 369 sub("^(not )?ok[ \t]*", "", line)
370 370
371 # If the result has an explicit number, get it and strip it; otherwise, 371 # If the result has an explicit number, get it and strip it; otherwise,
372 # automatically assing the next progresive number to it. 372 # automatically assign the next test number to it.
373 if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/) 373 if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/)
374 { 374 {
375 match(line, "^[0-9]+") 375 match(line, "^[0-9]+")