From cbb02767e0705a2331b085cf0113d82b4aaa0a64 Mon Sep 17 00:00:00 2001 From: Tim van der Molen Date: Mon, 22 Jun 2026 16:04:37 +0200 Subject: [PATCH] Fix echo command in T.misc test --- testdir/T.misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdir/T.misc b/testdir/T.misc index b233d16..566f8f8 100755 --- a/testdir/T.misc +++ b/testdir/T.misc @@ -165,7 +165,7 @@ function unireghf(hfeed) { hfeed[1] = 0 }' if test -r core; then echo 1>&2 "BAD: T.misc unireghf dropped core"; fi echo x | $awk '/[/]/' 2>foo -grep 'nonterminated character class' foo >/dev/null || error 'BAD: T.misc nonterminated fails' +grep 'nonterminated character class' foo >/dev/null || echo 'BAD: T.misc nonterminated fails' if test -r core; then echo 1>&2 "BAD: T.misc nonterminated dropped core"; fi $awk '