1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-03-08 14:40:54 +00:00
parent 59aae8f311
commit bee00278e6
2 changed files with 5 additions and 5 deletions

View File

@@ -32,10 +32,10 @@ my @Tests =
. "Try `$prog --help' for more information.\n"}, {EXIT => '1'}],
['a', qw(d/f), {OUT => 'f'}],
['b', qw(a/b), {OUT => 'b'}],
['c', qw(a/b/), {OUT => 'b'}],
['d', qw(a/b//), {OUT => 'b'}],
['e', qw(a), {OUT => 'a'}],
['b', qw(/d/f), {OUT => 'f'}],
['c', qw(d/f/), {OUT => 'f'}],
['d', qw(d/f//), {OUT => 'f'}],
['e', qw(f), {OUT => 'f'}],
['f', qw(/), {OUT => '/'}],
['g', qw(//), {OUT => '/'}],
['h', qw(///), {OUT => '/'}],