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