]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/shopt.right
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / tests / shopt.right
CommitLineData
7117c2d2 1./shopt.tests: line 2: shopt: -z: invalid option
3185942a 2shopt: usage: shopt [-pqsu] [-o] [optname ...]
cce855bc 3--
3185942a 4shopt -u autocd
cce855bc
JA
5shopt -u cdable_vars
6shopt -s cdspell
7shopt -u checkhash
3185942a 8shopt -u checkjobs
cce855bc
JA
9shopt -u checkwinsize
10shopt -s cmdhist
f1be666c 11shopt -u compat31
3185942a
JA
12shopt -u compat32
13shopt -u dirspell
cce855bc
JA
14shopt -u dotglob
15shopt -u execfail
16shopt -s expand_aliases
b80f6443 17shopt -u extdebug
cce855bc 18shopt -u extglob
b80f6443
JA
19shopt -s extquote
20shopt -u failglob
21shopt -s force_fignore
3185942a 22shopt -u globstar
b80f6443 23shopt -u gnu_errfmt
cce855bc 24shopt -u histappend
95732b49 25shopt -u histreedit
cce855bc
JA
26shopt -u histverify
27shopt -s hostcomplete
28shopt -u huponexit
29shopt -s interactive_comments
30shopt -u lithist
f73dda09 31shopt -u login_shell
cce855bc 32shopt -u mailwarn
bb70624e 33shopt -u no_empty_cmd_completion
cce855bc 34shopt -u nocaseglob
95732b49 35shopt -u nocasematch
cce855bc 36shopt -u nullglob
bb70624e 37shopt -s progcomp
cce855bc 38shopt -s promptvars
b72432fd 39shopt -u restricted_shell
cce855bc
JA
40shopt -u shift_verbose
41shopt -s sourcepath
bb70624e 42shopt -u xpg_echo
cce855bc
JA
43--
44shopt -u huponexit
45shopt -u checkwinsize
46shopt -s sourcepath
47--
48shopt -s cdspell
49shopt -s cmdhist
50shopt -s expand_aliases
b80f6443
JA
51shopt -s extquote
52shopt -s force_fignore
cce855bc
JA
53shopt -s hostcomplete
54shopt -s interactive_comments
bb70624e 55shopt -s progcomp
cce855bc
JA
56shopt -s promptvars
57shopt -s sourcepath
58--
3185942a 59shopt -u autocd
cce855bc
JA
60shopt -u cdable_vars
61shopt -u checkhash
3185942a 62shopt -u checkjobs
cce855bc 63shopt -u checkwinsize
f1be666c 64shopt -u compat31
3185942a
JA
65shopt -u compat32
66shopt -u dirspell
cce855bc
JA
67shopt -u dotglob
68shopt -u execfail
b80f6443 69shopt -u extdebug
cce855bc 70shopt -u extglob
b80f6443 71shopt -u failglob
3185942a 72shopt -u globstar
b80f6443 73shopt -u gnu_errfmt
cce855bc 74shopt -u histappend
95732b49 75shopt -u histreedit
cce855bc
JA
76shopt -u histverify
77shopt -u huponexit
78shopt -u lithist
f73dda09 79shopt -u login_shell
cce855bc 80shopt -u mailwarn
bb70624e 81shopt -u no_empty_cmd_completion
cce855bc 82shopt -u nocaseglob
95732b49 83shopt -u nocasematch
cce855bc 84shopt -u nullglob
b72432fd 85shopt -u restricted_shell
cce855bc 86shopt -u shift_verbose
bb70624e 87shopt -u xpg_echo
cce855bc 88--
3185942a 89autocd off
cce855bc
JA
90cdable_vars off
91checkhash off
3185942a 92checkjobs off
cce855bc 93checkwinsize off
f1be666c 94compat31 off
3185942a
JA
95compat32 off
96dirspell off
cce855bc
JA
97dotglob off
98execfail off
b80f6443 99extdebug off
cce855bc 100extglob off
b80f6443 101failglob off
3185942a 102globstar off
b80f6443 103gnu_errfmt off
cce855bc 104histappend off
95732b49 105histreedit off
cce855bc
JA
106histverify off
107huponexit off
108lithist off
f73dda09 109login_shell off
cce855bc 110mailwarn off
bb70624e 111no_empty_cmd_completion off
cce855bc 112nocaseglob off
95732b49 113nocasematch off
cce855bc 114nullglob off
b72432fd 115restricted_shell off
cce855bc 116shift_verbose off
bb70624e 117xpg_echo off
cce855bc
JA
118--
119set +o allexport
120set -o braceexpand
7117c2d2 121set -o emacs
cce855bc 122set +o errexit
b80f6443
JA
123set +o errtrace
124set +o functrace
cce855bc
JA
125set -o hashall
126set -o histexpand
7117c2d2
JA
127set -o history
128set +o ignoreeof
129set -o interactive-comments
cce855bc
JA
130set +o keyword
131set -o monitor
132set +o noclobber
133set +o noexec
134set +o noglob
7117c2d2 135set +o nolog
cce855bc
JA
136set +o notify
137set +o nounset
138set +o onecmd
139set +o physical
b80f6443 140set +o pipefail
7117c2d2 141set +o posix
cce855bc
JA
142set -o privileged
143set +o verbose
cce855bc 144set +o vi
7117c2d2 145set +o xtrace
cce855bc
JA
146--
147allexport off
148braceexpand on
7117c2d2 149emacs on
cce855bc 150errexit off
b80f6443
JA
151errtrace off
152functrace off
cce855bc
JA
153hashall on
154histexpand on
7117c2d2
JA
155history on
156ignoreeof off
157interactive-comments on
cce855bc
JA
158keyword off
159monitor on
160noclobber off
161noexec off
162noglob off
7117c2d2 163nolog off
cce855bc
JA
164notify off
165nounset off
166onecmd off
167physical off
b80f6443 168pipefail off
7117c2d2 169posix off
cce855bc
JA
170privileged on
171verbose off
cce855bc 172vi off
7117c2d2 173xtrace off
cce855bc
JA
174--
175set +o allexport
176set -o braceexpand
7117c2d2 177set -o emacs
cce855bc 178set +o errexit
b80f6443
JA
179set +o errtrace
180set +o functrace
cce855bc
JA
181set -o hashall
182set -o histexpand
7117c2d2
JA
183set -o history
184set +o ignoreeof
185set -o interactive-comments
cce855bc
JA
186set +o keyword
187set -o monitor
188set +o noclobber
189set +o noexec
190set +o noglob
7117c2d2 191set +o nolog
cce855bc
JA
192set +o notify
193set +o nounset
194set +o onecmd
195set +o physical
b80f6443 196set +o pipefail
7117c2d2 197set +o posix
cce855bc
JA
198set -o privileged
199set +o verbose
cce855bc 200set +o vi
7117c2d2 201set +o xtrace
cce855bc
JA
202--
203set -o history
204set +o verbose
205--
206set -o braceexpand
7117c2d2 207set -o emacs
cce855bc
JA
208set -o hashall
209set -o histexpand
cce855bc 210set -o history
28ef6c31 211set -o interactive-comments
7117c2d2
JA
212set -o monitor
213set -o privileged
cce855bc
JA
214--
215set +o allexport
216set +o errexit
b80f6443
JA
217set +o errtrace
218set +o functrace
7117c2d2 219set +o ignoreeof
cce855bc
JA
220set +o keyword
221set +o noclobber
222set +o noexec
223set +o noglob
7117c2d2 224set +o nolog
cce855bc
JA
225set +o notify
226set +o nounset
227set +o onecmd
228set +o physical
b80f6443 229set +o pipefail
cce855bc 230set +o posix
7117c2d2 231set +o verbose
cce855bc 232set +o vi
7117c2d2 233set +o xtrace
cce855bc
JA
234--
235allexport off
236errexit off
b80f6443
JA
237errtrace off
238functrace off
7117c2d2 239ignoreeof off
cce855bc
JA
240keyword off
241noclobber off
242noexec off
243noglob off
7117c2d2 244nolog off
cce855bc
JA
245notify off
246nounset off
247onecmd off
248physical off
b80f6443 249pipefail off
cce855bc 250posix off
7117c2d2 251verbose off
cce855bc 252vi off
7117c2d2 253xtrace off
cce855bc 254--
7117c2d2
JA
255./shopt.tests: line 93: shopt: xyz1: invalid shell option name
256./shopt.tests: line 94: shopt: xyz1: invalid option name