explicitly use bash interpreter
commit3e991a528191937a3665d04bc8f6eba50b635ff5
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 26 Apr 2010 09:44:05 +0000 (26 11:44 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 26 Apr 2010 09:44:05 +0000 (26 11:44 +0200)
treebb05894dbb1e963c7930fffb58a0c966c9259c44
parent116f686d17dd4bade2d5a2bf533ed3b53bc0f5be
explicitly use bash interpreter

The tests use bash language features like 'let', which aren't supported
by /bin/sh on systems that use a conservative shell like dash.  This
patch changes the interpreter to /bin/bash.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
30 files changed:
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
check
common
common.config
common.filter
common.pattern
common.rc