From 22c0191824bcdf93056dca42f8a70312f9074d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Tue, 26 May 2026 11:58:47 +0100 Subject: [PATCH] tests: tail: avoid false failure due to recent change * tests/tail/pipe-f.sh: Adjust to cater for recently introduced quoting. --- tests/tail/pipe-f.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tail/pipe-f.sh b/tests/tail/pipe-f.sh index eeaa92b60..0ae9bfb22 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 \