Imported from ../bash-1.14.7.tar.gz.
This commit is contained in:
commit
726f63884d
402 changed files with 150297 additions and 0 deletions
12
tests/misc/test-minus-e.1
Normal file
12
tests/misc/test-minus-e.1
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
touch .file
|
||||
while set -e ; test -r .file ; do
|
||||
echo -n "stop loop? "
|
||||
read reply
|
||||
case "$reply" in
|
||||
y*) rm .file non-dash-file ;;
|
||||
esac
|
||||
set +e
|
||||
done
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue