Home
last modified time | relevance | path

Searched refs:opt2 (Results 1 – 1 of 1) sorted by relevance

/coreutils/tests/stty/
Dstty-pairs.sh46 for opt2 in $options; do
48 stty $opt1 $opt2 || fail=1
51 stty -$opt1 $opt2 || fail=1
53 if stty_reversible_query_ "$opt2" ; then
54 stty $opt1 -$opt2 || fail=1
57 && stty_reversible_query_ "$opt2" ; then
58 stty -$opt1 -$opt2 || fail=1