From 02c7ca1d0685da03100c885f38f9e89a789d5162 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 9 Jan 2012 08:24:51 -0500 Subject: [PATCH] commit bash-20110805 snapshot --- tests/RUN-ONE-TEST | 2 +- tests/shopt.right | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/RUN-ONE-TEST b/tests/RUN-ONE-TEST index 72ec06a2c..3efcf32d6 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 4080503e4..08deb51e2 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 -- 2.47.3