1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

tests: tail: avoid false failure due to recent change

* tests/tail/pipe-f.sh: Adjust to cater for recently
introduced quoting.
This commit is contained in:
Pádraig Brady
2026-05-26 11:58:47 +01:00
parent fdcfb10873
commit 22c0191824
+1 -1
View File
@@ -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 \