diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 11:35:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 11:35:12 +0000 |
commit | 6c95094270d1ebde5f62c9e7bd25e8f26ade95c6 (patch) | |
tree | 6781a1dcbf4d79311bd96c3cbd5685bd73f82a0b /tests | |
parent | 65c46d231a95a6883dd42220bbfffa2a7a000d5f (diff) | |
download | coreutils-6c95094270d1ebde5f62c9e7bd25e8f26ade95c6.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rmdir/ignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rmdir/ignore b/tests/rmdir/ignore index b553b96e7..507f32024 100755 --- a/tests/rmdir/ignore +++ b/tests/rmdir/ignore @@ -9,7 +9,6 @@ fi tmp=rmdir.$$ trap "rm -rf $tmp" 0 1 2 3 15 - test_failure=0 mkdir -p $tmp/a/b $tmp/x || test_failure=1 |