X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frm%2Fir-1;h=2b0cfa3b7ae3d1350b9afa740424d1da71565837;hb=3c88587b2eadee11413f4207abbbf13af07c438d;hp=6589d847d3320555b9cf3d0aa38a9341e6d33eeb;hpb=12a0a583f6fe3303bd9dfb30de4a5fe46e8e486f;p=platform%2Fupstream%2Fcoreutils.git diff --git a/tests/rm/ir-1 b/tests/rm/ir-1 index 6589d84..2b0cfa3 100755 --- a/tests/rm/ir-1 +++ b/tests/rm/ir-1 @@ -49,7 +49,6 @@ EOF # Remove all but one of a, b, c -- I doubt that this test can portably # determine which one was removed based on order of dir entries. # This is a good argument for switching to a dejagnu-style test suite. -fail=0 rm --verbose -i -r $t < $test.I > /dev/null 2>&1 || fail=1 # $t should not have been removed.