[v9_9] use posix-compatible shell in system tests

3839.	[test]		Use only posix-compatible shell in system tests.
			[RT #35625]

(cherry picked from commit 60988462e5)
(cherry picked from commit 812cf443bb)
This commit is contained in:
Evan Hunt
2014-05-06 22:18:08 -07:00
parent 165a57c9fd
commit 5409faef5e
79 changed files with 216 additions and 170 deletions

View File

@@ -14,8 +14,6 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.13 2012/01/04 23:46:49 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
@@ -225,7 +223,7 @@ status=`expr $status + $ret`
echo "I: Shutting down slave"
(cd ..; sh stop.sh rrsetorder ns2 )
(cd ..; $SHELL stop.sh rrsetorder ns2 )
echo "I: Checking for slave's on disk copy of zone"
@@ -237,7 +235,7 @@ fi
echo "I: Re-starting slave"
(cd ..; sh start.sh --noclean rrsetorder ns2 )
(cd ..; $SHELL start.sh --noclean rrsetorder ns2 )
#
#