From: Karl Berry Date: Wed, 12 Jun 2024 17:20:15 +0000 (-0700) Subject: doc: typo in t/color-tests2.sh comment. X-Git-Tag: v1.16.92~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0728c58907111dc74a4865750f90bc76df153d3e;p=thirdparty%2Fautomake.git doc: typo in t/color-tests2.sh comment. * t/color-tests2.sh: "a working a working". --- 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"