mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-27 12:04:25 +08:00
*** empty log message ***
This commit is contained in:
parent
72a9275f65
commit
2f1095be00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user