diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:19:15 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:19:15 -0500 |
commit | 35ee8ea05044d0fb74948148674853e5a20a9ead (patch) | |
tree | abe2b964717dbc528de6d93d4f9e9e5fd3288fbd /tests | |
parent | 57a071246a95991c054bfb7830aa80e6088c474d (diff) | |
download | bash-35ee8ea05044d0fb74948148674853e5a20a9ead.tar.gz |
commit bash-20080221 snapshot
Diffstat (limited to 'tests')
-rw-r--r-- | tests/shopt.right | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/shopt.right b/tests/shopt.right index 8472a12f..5b8bb5d5 100644 --- a/tests/shopt.right +++ b/tests/shopt.right @@ -1,7 +1,7 @@ ./shopt.tests: line 2: shopt: -z: invalid option shopt: usage: shopt [-pqsu] [-o] [optname ...] -- -shopt -s autocd +shopt -u autocd shopt -u cdable_vars shopt -s cdspell shopt -u checkhash @@ -41,7 +41,6 @@ shopt -u huponexit shopt -u checkwinsize shopt -s sourcepath -- -shopt -s autocd shopt -s cdspell shopt -s cmdhist shopt -s expand_aliases @@ -53,6 +52,7 @@ shopt -s progcomp shopt -s promptvars shopt -s sourcepath -- +shopt -u autocd shopt -u cdable_vars shopt -u checkhash shopt -u checkjobs @@ -78,6 +78,7 @@ shopt -u restricted_shell shopt -u shift_verbose shopt -u xpg_echo -- +autocd off cdable_vars off checkhash off checkjobs off |