diff options
author | Bob Proulx <bob@proulx.com> | 2008-03-19 15:51:26 -0600 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-19 23:52:16 +0100 |
commit | 9e2ed5521de6181f0d24eb6bebdbe91c6e5090c7 (patch) | |
tree | 04f012785934591fe5fb1b830891be1cb6e2e8a1 /tests/misc | |
parent | 22e66dfc129e4a1aee0122020ba403d5fca07bf7 (diff) | |
download | coreutils-9e2ed5521de6181f0d24eb6bebdbe91c6e5090c7.tar.xz |
make check: Remove /tmp/ls-creating debug code.
* tests/misc/ls-misc: Remove debug code creating /tmp/ls.
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/ls-misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/ls-misc b/tests/misc/ls-misc index cd88dab9b..be08c1654 100755 --- a/tests/misc/ls-misc +++ b/tests/misc/ls-misc @@ -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} }}, |