From: Pádraig Brady
Date: Tue, 26 May 2026 10:58:47 +0000 (+0100) Subject: tests: tail: avoid false failure due to recent change X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=22c0191824bcdf93056dca42f8a70312f9074d58;p=thirdparty%2Fcoreutils.git tests: tail: avoid false failure due to recent change * tests/tail/pipe-f.sh: Adjust to cater for recently introduced quoting. --- diff --git a/tests/tail/pipe-f.sh b/tests/tail/pipe-f.sh index eeaa92b60a..0ae9bfb224 100755 --- a/tests/tail/pipe-f.sh +++ b/tests/tail/pipe-f.sh @@ -29,7 +29,7 @@ echo oo > exp || framework_failure_ echo foo | timeout 10 tail -f $mode $fastpoll -c3 > out || fail=1 compare exp out || fail=1 cat <<\EOF > exp || framework_failure_ -==> standard input <== +==> 'standard input' <== ar EOF echo bar | returns_ 1 \