summaryrefslogtreecommitdiff
path: root/tests/misc/ls-misc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-24 22:33:47 +0100
committerJim Meyering <meyering@redhat.com>2009-03-24 22:33:47 +0100
commitb498eb071de71a8b77fdaec3e4b8ea3e4c2074ea (patch)
treed7cfb2159e0e66efc67c8334a5fa6ccaa22276fc /tests/misc/ls-misc
parent991a1d6de974837dea2c20bba76b2b17d2c942c0 (diff)
downloadcoreutils-b498eb071de71a8b77fdaec3e4b8ea3e4c2074ea.tar.xz
tests: ls -v: exercise yet another change in gnulib's new filevercmp
* tests/misc/ls-misc: Add names with ~ and ~.1~ suffixes.
Diffstat (limited to 'tests/misc/ls-misc')
-rwxr-xr-xtests/misc/ls-misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/ls-misc b/tests/misc/ls-misc
index b58949e34..93d5b914d 100755
--- a/tests/misc/ls-misc
+++ b/tests/misc/ls-misc
@@ -112,7 +112,7 @@ sub make_j_d ()
chmod 0555, 'j/d' or die "making j/d executable: $!\n";
}
-my @v1 = qw(0 9 A Z a z);
+my @v1 = (qw(0 9 A Z a z), 'zz~', 'zz', 'zz.~1~', 'zz.0');
my @v_files = ((map { ".$_" } @v1), @v1);
my $exe_in_subdir = {PRE => sub { make_j_d (); push_ls_colors('ex=01;32') }};
my $remove_j = {POST => sub {unlink 'j/d' or die "j/d: $!\n";