summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-09 15:44:27 +0000
committerJim Meyering <jim@meyering.net>1999-01-09 15:44:27 +0000
commit27aafa985a5ff167b727e4dfc489f583ff450b90 (patch)
treedf0645aec8168351fbed00de2259c3f97cb0669f /tests
parentdf9cb5d5c02f23d231945f0959bfb2ba76c7d921 (diff)
downloadcoreutils-27aafa985a5ff167b727e4dfc489f583ff450b90.tar.xz
(null-1): Add test from Jochen Hein.
Diffstat (limited to 'tests')
-rw-r--r--tests/head/Test.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/head/Test.pm b/tests/head/Test.pm
index aa8c58a28..5259bafe9 100644
--- a/tests/head/Test.pm
+++ b/tests/head/Test.pm
@@ -38,6 +38,8 @@ my @tv = (
# In spite of its name, this test passes -- just to contrast with the above.
['fail-1', '-n 2048m', "a\n", "a\n", 0],
+# Make sure we don't break like AIX 4.3.1 on files with \0 in them.
+['null-1', '', "a\0a\n", "a\0a\n", 0],
);
sub test_vector