summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-13 15:21:50 +0000
committerJim Meyering <jim@meyering.net>2001-05-13 15:21:50 +0000
commitf4456619fa589d8311d40b27d6c21cdb14a87b3a (patch)
tree80af245b908eb986c6967c043c2ccdc507167a53 /tests
parentb1cb63869d18218bd00d13cc8ff7201a2937c2ca (diff)
downloadcoreutils-f4456619fa589d8311d40b27d6c21cdb14a87b3a.tar.xz
Shorten test names so the length of a resulting file name doesn't exceed 14.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ls-2/tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls-2/tests b/tests/ls-2/tests
index d80025800..0657bdc7d 100755
--- a/tests/ls-2/tests
+++ b/tests/ls-2/tests
@@ -60,8 +60,8 @@ my @Tests =
['slink-dir-F', '-F d', {OUT => "d@\n"}, $slink_d, $unlink_d],
['slink-dir-dF', '-dF d', {OUT => "d@\n"}, $slink_d, $unlink_d],
- ['slink-dir-dFH', '-dFH d', {OUT => "d/\n"}, $slink_d, $unlink_d],
- ['slink-dir-dFL', '-dFL d', {OUT => "d/\n"}, $slink_d, $unlink_d],
+ ['slinkdir-dFH', '-dFH d', {OUT => "d/\n"}, $slink_d, $unlink_d],
+ ['slinkdir-dFL', '-dFL d', {OUT => "d/\n"}, $slink_d, $unlink_d],
# From Stéphane Chazelas.
['no-a-isdir-b', 'no-dir d',