diff --git a/tests/RUN-ONE-TEST b/tests/RUN-ONE-TEST index 72ec06a2..3efcf32d 100755 --- a/tests/RUN-ONE-TEST +++ b/tests/RUN-ONE-TEST @@ -1,4 +1,4 @@ -BUILD_DIR=/usr/local/build/bash/bash-current +BUILD_DIR=/usr/local/build/chet/bash/bash-current THIS_SH=$BUILD_DIR/bash PATH=$PATH:$BUILD_DIR diff --git a/tests/shopt.right b/tests/shopt.right index 4080503e..08deb51e 100644 --- a/tests/shopt.right +++ b/tests/shopt.right @@ -12,6 +12,7 @@ shopt -u compat31 shopt -u compat32 shopt -u compat40 shopt -u compat41 +shopt -u direxpand shopt -u dirspell shopt -u dotglob shopt -u execfail @@ -22,6 +23,7 @@ shopt -s extquote shopt -u failglob shopt -s force_fignore shopt -u globstar +shopt -u globasciiranges shopt -u gnu_errfmt shopt -u histappend shopt -u histreedit @@ -68,6 +70,7 @@ shopt -u compat31 shopt -u compat32 shopt -u compat40 shopt -u compat41 +shopt -u direxpand shopt -u dirspell shopt -u dotglob shopt -u execfail @@ -75,6 +78,7 @@ shopt -u extdebug shopt -u extglob shopt -u failglob shopt -u globstar +shopt -u globasciiranges shopt -u gnu_errfmt shopt -u histappend shopt -u histreedit @@ -101,6 +105,7 @@ compat31 off compat32 off compat40 off compat41 off +direxpand off dirspell off dotglob off execfail off @@ -108,6 +113,7 @@ extdebug off extglob off failglob off globstar off +globasciiranges off gnu_errfmt off histappend off histreedit off