1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 12:22:01 +02:00

tests: ls -v: exercise yet another change in gnulib's new filevercmp

* tests/misc/ls-misc: Add names with ~ and ~.1~ suffixes.
This commit is contained in:
Jim Meyering
2009-03-24 22:33:47 +01:00
parent 991a1d6de9
commit b498eb071d

View File

@@ -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";