]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: tail: avoid false failure due to recent change
authorPádraig Brady <P@draigBrady.com>
Tue, 26 May 2026 10:58:47 +0000 (11:58 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 26 May 2026 10:58:47 +0000 (11:58 +0100)
* tests/tail/pipe-f.sh: Adjust to cater for recently
introduced quoting.

tests/tail/pipe-f.sh

index eeaa92b60a02f46c0a003609a64896430a3d86a7..0ae9bfb2246e85c36c187335e338307a30d12573 100755 (executable)
@@ -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 \