diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-31 12:36:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-31 12:36:07 +0000 |
commit | 2f1095be00818833fb71897283f505607d27c093 (patch) | |
tree | 3ec367e32c22c528cd0f72fc9f35acdf22447da2 /tests/rm/i-1 | |
parent | 72a9275f65c157ed39f3061e3d97c4fa7871a5c8 (diff) | |
download | coreutils-2f1095be00818833fb71897283f505607d27c093.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/rm/i-1')
-rwxr-xr-x | tests/rm/i-1 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/rm/i-1 b/tests/rm/i-1 index 97e29ec8a..f16aaf2ed 100755 --- a/tests/rm/i-1 +++ b/tests/rm/i-1 @@ -23,12 +23,8 @@ if test $test_failure = 1; then exit 1 fi -cat <<EOF > $tmp/$test.Iy -y -EOF -cat <<EOF > $tmp/$test.In -n -EOF +echo y > $tmp/$test.Iy +echo n > $tmp/$test.In fail=0 $RM -i $tmp/a < $tmp/$test.In > /dev/null 2>&1 || fail=1 |