From 51815ade0b9750efbd0fbbb8fd0555b8390f8945 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 18 Oct 2022 00:35:15 -0500 Subject: [PATCH] Once again, mksh is missing bash features. --- tests/sed.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sed.test b/tests/sed.test index 079a1e5c..37e7b41f 100755 --- a/tests/sed.test +++ b/tests/sed.test @@ -129,8 +129,8 @@ testing "blank pattern repeats last pattern" \ "one two three\nabcthreedef four five\nfive six seven\n" "" \ "one two three\nthree four five\nfive six seven\n" -testcmd "interleave -e and -f" "-e 'a abc' -f <(echo -n 'a def') -e 'a ghi'" \ - "hello\nabc\ndef\nghi\n" "" "hello\n" +testcmd "interleave -e and -f" "-e 'a abc' -f input -e 'a ghi'" \ + "hello\nabc\ndef\nghi\n" "a def" "hello\n" # Different ways of parsing line continuations -- 2.39.2