]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/shopt.right
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / tests / shopt.right
index 3eff4b5e55faa0f243a8dfed76ea88fa155e8c1c..32c422ad0600d495add04ea22d2bcc68f855b17c 100644 (file)
@@ -98,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
@@ -122,7 +122,7 @@ verbose             off
 xtrace                 off
 history                on
 ignoreeof              off
-interactive-comments   off
+interactive-comments   on
 posix                  off
 emacs                  on
 vi                     off
@@ -146,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
@@ -160,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
@@ -175,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
 --
@@ -192,7 +192,6 @@ physical            off
 verbose                off
 xtrace                 off
 ignoreeof              off
-interactive-comments   off
 posix                  off
 vi                     off
 --