summaryrefslogtreecommitdiff
path: root/tests/shopt.right
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shopt.right')
-rw-r--r--tests/shopt.right14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/shopt.right b/tests/shopt.right
index 8cf46db6..d617c1d7 100644
--- a/tests/shopt.right
+++ b/tests/shopt.right
@@ -28,6 +28,7 @@ shopt -s extquote
shopt -u failglob
shopt -s force_fignore
shopt -s globasciiranges
+shopt -s globskipdots
shopt -u globstar
shopt -u gnu_errfmt
shopt -u histappend
@@ -46,13 +47,16 @@ shopt -u mailwarn
shopt -u no_empty_cmd_completion
shopt -u nocaseglob
shopt -u nocasematch
+shopt -u noexpand_translation
shopt -u nullglob
+shopt -s patsub_replacement
shopt -s progcomp
shopt -u progcomp_alias
shopt -s promptvars
shopt -u restricted_shell
shopt -u shift_verbose
shopt -s sourcepath
+shopt -u varredir_close
shopt -u xpg_echo
--
shopt -u huponexit
@@ -66,8 +70,10 @@ shopt -s expand_aliases
shopt -s extquote
shopt -s force_fignore
shopt -s globasciiranges
+shopt -s globskipdots
shopt -s hostcomplete
shopt -s interactive_comments
+shopt -s patsub_replacement
shopt -s progcomp
shopt -s promptvars
shopt -s sourcepath
@@ -108,10 +114,12 @@ shopt -u mailwarn
shopt -u no_empty_cmd_completion
shopt -u nocaseglob
shopt -u nocasematch
+shopt -u noexpand_translation
shopt -u nullglob
shopt -u progcomp_alias
shopt -u restricted_shell
shopt -u shift_verbose
+shopt -u varredir_close
shopt -u xpg_echo
--
autocd off
@@ -150,10 +158,12 @@ mailwarn off
no_empty_cmd_completion off
nocaseglob off
nocasematch off
+noexpand_translation off
nullglob off
progcomp_alias off
restricted_shell off
shift_verbose off
+varredir_close off
xpg_echo off
--
set +o allexport
@@ -294,5 +304,9 @@ xtrace off
--
./shopt.tests: line 106: shopt: xyz1: invalid shell option name
./shopt.tests: line 107: shopt: xyz1: invalid option name
+28c28
+< globskipdots off
+---
+> globskipdots on
expand_aliases on
expand_aliases on