[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: docs: typo in tap-driver.sh.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: docs: typo in tap-driver.sh. |
Date: |
Thu, 13 Aug 2020 21:10:55 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c8f8c3d5fa0d30d7b7398c74632c90506ccda39e
The following commit(s) were added to refs/heads/master by this push:
new c8f8c3d docs: typo in tap-driver.sh.
c8f8c3d is described below
commit c8f8c3d5fa0d30d7b7398c74632c90506ccda39e
Author: Felix Yan <felixonmars@archlinux.org>
AuthorDate: Thu Aug 13 18:10:17 2020 -0700
docs: typo in tap-driver.sh.
Per thread at:
https://lists.gnu.org/archive/html/automake-patches/2020-08/msg00000.html
* lib/tap-driver.sh (setup_result_obj): "assing" typo, etc.
---
lib/tap-driver.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh
index 865761d..0ca4903 100755
--- a/lib/tap-driver.sh
+++ b/lib/tap-driver.sh
@@ -369,7 +369,7 @@ function setup_result_obj(line)
sub("^(not )?ok[ \t]*", "", line)
# If the result has an explicit number, get it and strip it; otherwise,
- # automatically assing the next progresive number to it.
+ # automatically assign the next test number to it.
if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/)
{
match(line, "^[0-9]+")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: docs: typo in tap-driver.sh.,
Karl Berry <=