diff options
author | Brent Cook <busterb@gmail.com> | 2021-04-15 01:59:29 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-04-15 01:59:56 -0500 |
commit | 3b9000bf315d72ff8a0706303c254d1a6399121d (patch) | |
tree | c2f6ef870eb41f38106ff685d4e61ee669a818ba /tap-driver.sh | |
parent | 5fdde5723de17d54d660f4244fb0480743d69688 (diff) | |
download | portable-3b9000bf315d72ff8a0706303c254d1a6399121d.tar.gz portable-3b9000bf315d72ff8a0706303c254d1a6399121d.tar.bz2 portable-3b9000bf315d72ff8a0706303c254d1a6399121d.zip |
update autotools
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-x | tap-driver.sh | 2 |
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]+") |