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