]> granicus.if.org Git - strace/commitdiff
tests/init.sh: fix comment
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Sep 2015 00:01:35 +0000 (00:01 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Sep 2015 01:04:49 +0000 (04:04 +0300)
* tests/init.sh (match_awk): Fix usage description.

tests/init.sh

index c9768064ffdf4f92f3da014345ddad40d74d7865..0ff513fced8d1a270ec1b8b93080191284e01e3e 100644 (file)
@@ -72,10 +72,8 @@ check_gawk()
 }
 
 # Usage: [FILE_TO_CHECK [AWK_PROGRAM [ERROR_MESSAGE [EXTRA_AWK_OPTIONS...]]]]
-# Check whether all patterns listed in AWK_PROGRAM
-# match FILE_TO_CHECK using egrep.
-# If at least one of these patterns does not match,
-# dump both files and fail with ERROR_MESSAGE.
+# Check whether AWK_PROGRAM matches FILE_TO_CHECK using gawk.
+# If it doesn't, dump FILE_TO_CHECK and fail with ERROR_MESSAGE.
 match_awk()
 {
        local output program error