summaryrefslogtreecommitdiff
path: root/tests/shopt.right
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-11 14:49:26 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-11 15:19:40 -0700
commit011c1d1c0766c65517ebd495465c99e86edb63ec (patch)
tree30d8f6a13235af90897c3223554871ef52225462 /tests/shopt.right
parent40cfaccf7b178b6239b5cd0013ef80b7ff8e503e (diff)
downloadvyatta-bash-011c1d1c0766c65517ebd495465c99e86edb63ec.tar.gz
vyatta-bash-011c1d1c0766c65517ebd495465c99e86edb63ec.zip
Update to bash-4.1
Diffstat (limited to 'tests/shopt.right')
-rw-r--r--tests/shopt.right23
1 files changed, 22 insertions, 1 deletions
diff --git a/tests/shopt.right b/tests/shopt.right
index b2fc219..7bacc0e 100644
--- a/tests/shopt.right
+++ b/tests/shopt.right
@@ -1,11 +1,17 @@
./shopt.tests: line 2: shopt: -z: invalid option
-shopt: usage: shopt [-pqsu] [-o long-option] optname [optname...]
+shopt: usage: shopt [-pqsu] [-o] [optname ...]
--
+shopt -u autocd
shopt -u cdable_vars
shopt -s cdspell
shopt -u checkhash
+shopt -u checkjobs
shopt -u checkwinsize
shopt -s cmdhist
+shopt -u compat31
+shopt -u compat32
+shopt -u compat40
+shopt -u dirspell
shopt -u dotglob
shopt -u execfail
shopt -s expand_aliases
@@ -14,6 +20,7 @@ shopt -u extglob
shopt -s extquote
shopt -u failglob
shopt -s force_fignore
+shopt -u globstar
shopt -u gnu_errfmt
shopt -u histappend
shopt -u histreedit
@@ -50,14 +57,21 @@ shopt -s progcomp
shopt -s promptvars
shopt -s sourcepath
--
+shopt -u autocd
shopt -u cdable_vars
shopt -u checkhash
+shopt -u checkjobs
shopt -u checkwinsize
+shopt -u compat31
+shopt -u compat32
+shopt -u compat40
+shopt -u dirspell
shopt -u dotglob
shopt -u execfail
shopt -u extdebug
shopt -u extglob
shopt -u failglob
+shopt -u globstar
shopt -u gnu_errfmt
shopt -u histappend
shopt -u histreedit
@@ -74,14 +88,21 @@ shopt -u restricted_shell
shopt -u shift_verbose
shopt -u xpg_echo
--
+autocd off
cdable_vars off
checkhash off
+checkjobs off
checkwinsize off
+compat31 off
+compat32 off
+compat40 off
+dirspell off
dotglob off
execfail off
extdebug off
extglob off
failglob off
+globstar off
gnu_errfmt off
histappend off
histreedit off