summaryrefslogtreecommitdiff
path: root/tests/shopt.right
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shopt.right')
-rw-r--r--tests/shopt.right3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/shopt.right b/tests/shopt.right
index 845ee901..9dc01fbc 100644
--- a/tests/shopt.right
+++ b/tests/shopt.right
@@ -21,6 +21,7 @@ shopt -u mailwarn
shopt -u nocaseglob
shopt -u nullglob
shopt -s promptvars
+shopt -u restricted_shell
shopt -u shift_verbose
shopt -s sourcepath
--
@@ -50,6 +51,7 @@ shopt -u lithist
shopt -u mailwarn
shopt -u nocaseglob
shopt -u nullglob
+shopt -u restricted_shell
shopt -u shift_verbose
--
cdable_vars off
@@ -66,6 +68,7 @@ lithist off
mailwarn off
nocaseglob off
nullglob off
+restricted_shell off
shift_verbose off
--
set +o allexport