]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: ls -v: exercise yet another change in gnulib's new filevercmp
authorJim Meyering <meyering@redhat.com>
Tue, 24 Mar 2009 21:33:47 +0000 (22:33 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 24 Mar 2009 21:33:47 +0000 (22:33 +0100)
* tests/misc/ls-misc: Add names with ~ and ~.1~ suffixes.

tests/misc/ls-misc

index b58949e34b21e026bc8c20ba1479e6bbaa5c0ed3..93d5b914d648b68293191257ec34287af1c15ec7 100755 (executable)
@@ -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";