summaryrefslogtreecommitdiff
path: root/tests/head/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-10 15:35:01 +0000
committerJim Meyering <jim@meyering.net>1997-07-10 15:35:01 +0000
commitc8fbd48706146a8f57aae79e84b22e55e6178836 (patch)
treec17320320a7fd3bc6dc0b6131db0b2aeed498710 /tests/head/Test.pm
parentccd911b0266d1bb3322d39ece7a91e0d0dcba381 (diff)
downloadcoreutils-c8fbd48706146a8f57aae79e84b22e55e6178836.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/head/Test.pm')
-rw-r--r--tests/head/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/head/Test.pm b/tests/head/Test.pm
index 729795609..f7f351228 100644
--- a/tests/head/Test.pm
+++ b/tests/head/Test.pm
@@ -6,7 +6,7 @@ my @tv = (
# test name, options, input, expected output, expected return code
#
['idem-1', '', "", "", 0],
-['idem-2', '', "a", "a\n", 0],
+['idem-2', '', "a", "a", 0],
['idem-3', '', "\n", "\n", 0],
['idem-4', '', "a\n", "a\n", 0],