From f11227f78d8d477048194df5b93dfe315d4b1588 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 30 Mar 2022 10:01:03 +0200 Subject: 49813: Add missing test --- Test/A04redirect.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/A04redirect.ztst b/Test/A04redirect.ztst index 993138e7d..17f6dfa29 100644 --- a/Test/A04redirect.ztst +++ b/Test/A04redirect.ztst @@ -440,7 +440,7 @@ # This tests the here-string to filename optimisation; we can't # test that it's actually being optimised, but we can test that it # still works. - cat =(<<<$'This string has been replaced\nby a file containing it.\n') + cat =(<<<$'This string has been replaced\nby a file containing it.') 0:Optimised here-string to filename >This string has been replaced >by a file containing it. -- cgit 1.4.1