[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: doc: typo in t/color-tests2.sh
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: doc: typo in t/color-tests2.sh comment. |
Date: |
Wed, 12 Jun 2024 13:20:30 -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=0728c58907111dc74a4865750f90bc76df153d3e
The following commit(s) were added to refs/heads/master by this push:
new 0728c5890 doc: typo in t/color-tests2.sh comment.
0728c5890 is described below
commit 0728c58907111dc74a4865750f90bc76df153d3e
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Jun 12 10:20:15 2024 -0700
doc: typo in t/color-tests2.sh comment.
* t/color-tests2.sh: "a working a working".
---
t/color-tests2.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/color-tests2.sh b/t/color-tests2.sh
index b38ba3427..d5e1cfc34 100644
--- a/t/color-tests2.sh
+++ b/t/color-tests2.sh
@@ -29,7 +29,7 @@ blu="$esc\[1;34m"
mgn="$esc\[0;35m"
std="$esc\[m"
-# This test requires a working a working 'expect' program.
+# This test requires a working 'expect' program.
(set +e; expect -c 'exit 77'; test $? -eq 77) \
|| skip_ "requires a working expect program"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: doc: typo in t/color-tests2.sh comment.,
Karl Berry <=