X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fshopt.right;h=0f073e1726ad26b0c34c21719b268b124dca1450;hb=f73dda092b33638d2d5e9c35375f687a607b5403;hp=32c422ad0600d495add04ea22d2bcc68f855b17c;hpb=28ef6c316f1aff914bb95ac09787a3c83c1815fd;p=platform%2Fupstream%2Fbash.git diff --git a/tests/shopt.right b/tests/shopt.right index 32c422a..0f073e1 100644 --- a/tests/shopt.right +++ b/tests/shopt.right @@ -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 --