]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
make check: Remove /tmp/ls-creating debug code.
authorBob Proulx <bob@proulx.com>
Wed, 19 Mar 2008 21:51:26 +0000 (15:51 -0600)
committerJim Meyering <meyering@redhat.com>
Wed, 19 Mar 2008 22:52:16 +0000 (23:52 +0100)
* tests/misc/ls-misc: Remove debug code creating /tmp/ls.

tests/misc/ls-misc

index cd88dab9b1308cfb9bf376539b6cf6a2333e2757..be08c165454a4b2241fbb971619c7524bd75e564 100755 (executable)
@@ -205,7 +205,6 @@ my @Tests =
            . "\e[m"
         },
 
-       {PRE => sub { my $foo = `ls > /tmp/ls` }},
        {POST => sub {
          unlink qw(setuid setgid);
         foreach my $dir (qw(owr owt sticky)) {rmdir $dir} }},