Imported from ../bash-2.05a.tar.gz.
[platform/upstream/bash.git] / tests / shopt.right
index 32c422a..0f073e1 100644 (file)
@@ -17,6 +17,7 @@ shopt -s hostcomplete
 shopt -u huponexit
 shopt -s interactive_comments
 shopt -u lithist
+shopt -u login_shell
 shopt -u mailwarn
 shopt -u no_empty_cmd_completion
 shopt -u nocaseglob
@@ -52,6 +53,7 @@ shopt -u histappend
 shopt -u histverify
 shopt -u huponexit
 shopt -u lithist
+shopt -u login_shell
 shopt -u mailwarn
 shopt -u no_empty_cmd_completion
 shopt -u nocaseglob
@@ -71,6 +73,7 @@ histappend            off
 histverify             off
 huponexit              off
 lithist                off
+login_shell            off
 mailwarn               off
 no_empty_cmd_completion        off
 nocaseglob             off
@@ -99,6 +102,7 @@ set +o xtrace
 set -o history
 set +o ignoreeof
 set -o interactive-comments
+set +o nolog
 set +o posix
 set -o emacs
 set +o vi
@@ -123,6 +127,7 @@ xtrace              off
 history                on
 ignoreeof              off
 interactive-comments   on
+nolog                  off
 posix                  off
 emacs                  on
 vi                     off
@@ -147,6 +152,7 @@ set +o xtrace
 set -o history
 set +o ignoreeof
 set -o interactive-comments
+set +o nolog
 set +o posix
 set -o emacs
 set +o vi
@@ -176,6 +182,7 @@ set +o physical
 set +o verbose
 set +o xtrace
 set +o ignoreeof
+set +o nolog
 set +o posix
 set +o vi
 --
@@ -192,6 +199,7 @@ physical            off
 verbose                off
 xtrace                 off
 ignoreeof              off
+nolog                  off
 posix                  off
 vi                     off
 --