diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-04-05 08:01:43 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-04-19 19:27:16 +0200 |
commit | 26996738e453d98d68e8a03f6d9733b89f7cdcd6 (patch) | |
tree | e7bec1106a9d87355054a471e7e6a34df2ce027e /tests/misc | |
parent | 219b894de4c366496ffdf3591389de074bfdb2b9 (diff) | |
download | coreutils-26996738e453d98d68e8a03f6d9733b89f7cdcd6.tar.xz |
tests: add iutf8 option to misc/stty
* tests/misc/stty: Add iutf8 to the list of REV_* options.
That option has been implemented in commit v5.2.1-193-g733e79e.
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/stty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/misc/stty b/tests/misc/stty index 1b082c2b8..cfc70c153 100755 --- a/tests/misc/stty +++ b/tests/misc/stty @@ -29,13 +29,13 @@ REV_parenb=1 REV_parodd=1 REV_hupcl=1 REV_hup=1 REV_cstopb=1 REV_cread=1 REV_clocal=1 REV_crtscts=1 REV_ignbrk=1 REV_brkint=1 REV_ignpar=1 REV_parmrk=1 REV_inpck=1 REV_istrip=1 REV_inlcr=1 REV_igncr=1 REV_icrnl=1 REV_ixon=1 REV_ixoff=1 REV_tandem=1 REV_iuclc=1 REV_ixany=1 REV_imaxbel=1 -REV_opost=1 REV_olcuc=1 REV_ocrnl=1 REV_onlcr=1 REV_onocr=1 REV_onlret=1 -REV_ofill=1 REV_ofdel=1 REV_isig=1 REV_icanon=1 REV_iexten=1 REV_echo=1 -REV_echoe=1 REV_crterase=1 REV_echok=1 REV_echonl=1 REV_noflsh=1 -REV_xcase=1 REV_tostop=1 REV_echoprt=1 REV_prterase=1 REV_echoctl=1 -REV_ctlecho=1 REV_echoke=1 REV_crtkill=1 REV_evenp=1 REV_parity=1 -REV_oddp=1 REV_nl=1 REV_cooked=1 REV_raw=1 REV_pass8=1 REV_litout=1 -REV_cbreak=1 REV_decctlq=1 REV_tabs=1 REV_lcase=1 REV_LCASE=1 +REV_iutf8=1 REV_opost=1 REV_olcuc=1 REV_ocrnl=1 REV_onlcr=1 REV_onocr=1 +REV_onlret=1 REV_ofill=1 REV_ofdel=1 REV_isig=1 REV_icanon=1 REV_iexten=1 +REV_echo=1 REV_echoe=1 REV_crterase=1 REV_echok=1 REV_echonl=1 +REV_noflsh=1 REV_xcase=1 REV_tostop=1 REV_echoprt=1 REV_prterase=1 +REV_echoctl=1 REV_ctlecho=1 REV_echoke=1 REV_crtkill=1 REV_evenp=1 +REV_parity=1 REV_oddp=1 REV_nl=1 REV_cooked=1 REV_raw=1 REV_pass8=1 +REV_litout=1 REV_cbreak=1 REV_decctlq=1 REV_tabs=1 REV_lcase=1 REV_LCASE=1 saved_state=.saved-state |