Imported from ../bash-2.05.tar.gz.
[platform/upstream/bash.git] / tests / shopt.right
index 845ee90..32c422a 100644 (file)
@@ -18,11 +18,15 @@ shopt -u huponexit
 shopt -s interactive_comments
 shopt -u lithist
 shopt -u mailwarn
+shopt -u no_empty_cmd_completion
 shopt -u nocaseglob
 shopt -u nullglob
+shopt -s progcomp
 shopt -s promptvars
+shopt -u restricted_shell
 shopt -u shift_verbose
 shopt -s sourcepath
+shopt -u xpg_echo
 --
 shopt -u huponexit
 shopt -u checkwinsize
@@ -33,6 +37,7 @@ shopt -s cmdhist
 shopt -s expand_aliases
 shopt -s hostcomplete
 shopt -s interactive_comments
+shopt -s progcomp
 shopt -s promptvars
 shopt -s sourcepath
 --
@@ -48,9 +53,12 @@ shopt -u histverify
 shopt -u huponexit
 shopt -u lithist
 shopt -u mailwarn
+shopt -u no_empty_cmd_completion
 shopt -u nocaseglob
 shopt -u nullglob
+shopt -u restricted_shell
 shopt -u shift_verbose
+shopt -u xpg_echo
 --
 cdable_vars            off
 checkhash              off
@@ -64,9 +72,12 @@ histverify           off
 huponexit              off
 lithist                off
 mailwarn               off
+no_empty_cmd_completion        off
 nocaseglob             off
 nullglob               off
+restricted_shell       off
 shift_verbose          off
+xpg_echo               off
 --
 set +o allexport
 set -o braceexpand
@@ -87,7 +98,7 @@ set +o verbose
 set +o xtrace
 set -o history
 set +o ignoreeof
-set +o interactive-comments
+set -o interactive-comments
 set +o posix
 set -o emacs
 set +o vi
@@ -111,7 +122,7 @@ verbose             off
 xtrace                 off
 history                on
 ignoreeof              off
-interactive-comments   off
+interactive-comments   on
 posix                  off
 emacs                  on
 vi                     off
@@ -135,7 +146,7 @@ set +o verbose
 set +o xtrace
 set -o history
 set +o ignoreeof
-set +o interactive-comments
+set -o interactive-comments
 set +o posix
 set -o emacs
 set +o vi
@@ -149,6 +160,7 @@ set -o histexpand
 set -o monitor
 set -o privileged
 set -o history
+set -o interactive-comments
 set -o emacs
 --
 set +o allexport
@@ -164,7 +176,6 @@ set +o physical
 set +o verbose
 set +o xtrace
 set +o ignoreeof
-set +o interactive-comments
 set +o posix
 set +o vi
 --
@@ -181,7 +192,6 @@ physical            off
 verbose                off
 xtrace                 off
 ignoreeof              off
-interactive-comments   off
 posix                  off
 vi                     off
 --