about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2022-03-30 10:01:03 +0200
committerMikael Magnusson <mikachu@gmail.com>2022-03-30 10:01:03 +0200
commitf11227f78d8d477048194df5b93dfe315d4b1588 (patch)
treeb70285b2dbc4d8c562d63cb7d0fbb1b9b9455dec /Test
parent054ccf76664c357edb6ac20cc141c9e288751c46 (diff)
downloadzsh-f11227f78d8d477048194df5b93dfe315d4b1588.tar.gz
zsh-f11227f78d8d477048194df5b93dfe315d4b1588.tar.xz
zsh-f11227f78d8d477048194df5b93dfe315d4b1588.zip
49813: Add missing test
Diffstat (limited to 'Test')
-rw-r--r--Test/A04redirect.ztst2
1 files changed, 1 insertions, 1 deletions
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.