]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/shopt.right
Imported from ../bash-3.2.48.tar.gz.
[thirdparty/bash.git] / tests / shopt.right
index 51218f652a31d8f0eb3ea88a2383ca2140da7f10..55b6fc9528f1c280ac39458dd1a03dcd26064af4 100644 (file)
@@ -6,12 +6,18 @@ shopt -s cdspell
 shopt -u checkhash
 shopt -u checkwinsize
 shopt -s cmdhist
+shopt -u compat31
 shopt -u dotglob
 shopt -u execfail
 shopt -s expand_aliases
+shopt -u extdebug
 shopt -u extglob
-shopt -u histreedit
+shopt -s extquote
+shopt -u failglob
+shopt -s force_fignore
+shopt -u gnu_errfmt
 shopt -u histappend
+shopt -u histreedit
 shopt -u histverify
 shopt -s hostcomplete
 shopt -u huponexit
@@ -21,6 +27,7 @@ shopt -u login_shell
 shopt -u mailwarn
 shopt -u no_empty_cmd_completion
 shopt -u nocaseglob
+shopt -u nocasematch
 shopt -u nullglob
 shopt -s progcomp
 shopt -s promptvars
@@ -36,6 +43,8 @@ shopt -s sourcepath
 shopt -s cdspell
 shopt -s cmdhist
 shopt -s expand_aliases
+shopt -s extquote
+shopt -s force_fignore
 shopt -s hostcomplete
 shopt -s interactive_comments
 shopt -s progcomp
@@ -45,11 +54,15 @@ shopt -s sourcepath
 shopt -u cdable_vars
 shopt -u checkhash
 shopt -u checkwinsize
+shopt -u compat31
 shopt -u dotglob
 shopt -u execfail
+shopt -u extdebug
 shopt -u extglob
-shopt -u histreedit
+shopt -u failglob
+shopt -u gnu_errfmt
 shopt -u histappend
+shopt -u histreedit
 shopt -u histverify
 shopt -u huponexit
 shopt -u lithist
@@ -57,6 +70,7 @@ shopt -u login_shell
 shopt -u mailwarn
 shopt -u no_empty_cmd_completion
 shopt -u nocaseglob
+shopt -u nocasematch
 shopt -u nullglob
 shopt -u restricted_shell
 shopt -u shift_verbose
@@ -65,11 +79,15 @@ shopt -u xpg_echo
 cdable_vars            off
 checkhash              off
 checkwinsize           off
+compat31               off
 dotglob                off
 execfail               off
+extdebug               off
 extglob                off
-histreedit             off
+failglob               off
+gnu_errfmt             off
 histappend             off
+histreedit             off
 histverify             off
 huponexit              off
 lithist                off
@@ -77,6 +95,7 @@ login_shell           off
 mailwarn               off
 no_empty_cmd_completion        off
 nocaseglob             off
+nocasematch            off
 nullglob               off
 restricted_shell       off
 shift_verbose          off
@@ -86,6 +105,8 @@ set +o allexport
 set -o braceexpand
 set -o emacs
 set +o errexit
+set +o errtrace
+set +o functrace
 set -o hashall
 set -o histexpand
 set -o history
@@ -101,6 +122,7 @@ set +o notify
 set +o nounset
 set +o onecmd
 set +o physical
+set +o pipefail
 set +o posix
 set -o privileged
 set +o verbose
@@ -111,6 +133,8 @@ allexport           off
 braceexpand            on
 emacs                  on
 errexit                off
+errtrace               off
+functrace              off
 hashall                on
 histexpand             on
 history                on
@@ -126,6 +150,7 @@ notify              off
 nounset                off
 onecmd                 off
 physical               off
+pipefail               off
 posix                  off
 privileged             on
 verbose                off
@@ -136,6 +161,8 @@ set +o allexport
 set -o braceexpand
 set -o emacs
 set +o errexit
+set +o errtrace
+set +o functrace
 set -o hashall
 set -o histexpand
 set -o history
@@ -151,6 +178,7 @@ set +o notify
 set +o nounset
 set +o onecmd
 set +o physical
+set +o pipefail
 set +o posix
 set -o privileged
 set +o verbose
@@ -171,6 +199,8 @@ set -o privileged
 --
 set +o allexport
 set +o errexit
+set +o errtrace
+set +o functrace
 set +o ignoreeof
 set +o keyword
 set +o noclobber
@@ -181,6 +211,7 @@ set +o notify
 set +o nounset
 set +o onecmd
 set +o physical
+set +o pipefail
 set +o posix
 set +o verbose
 set +o vi
@@ -188,6 +219,8 @@ set +o xtrace
 --
 allexport              off
 errexit                off
+errtrace               off
+functrace              off
 ignoreeof              off
 keyword                off
 noclobber              off
@@ -198,6 +231,7 @@ notify              off
 nounset                off
 onecmd                 off
 physical               off
+pipefail               off
 posix                  off
 verbose                off
 vi                     off