xfstests: Change the interpreter of ltp/runtest.sh to bash
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Sun, 9 Dec 2012 23:37:41 +0000 (08:37 +0900)
committerBen Myers <bpm@sgi.com>
Tue, 22 Jan 2013 19:13:13 +0000 (13:13 -0600)
In some environment, Running 080 fails with many errors.

It happens because ltp/rwtest.sh assumes /bin/sh is `bash' and it's not
always true (ex. /bin/sh is `dash' in Debian.) This script should
explicitly declare that its interpreter is `bash'.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
ltp/rwtest.sh

index 24ee5989e4b8e37abb5f9a059e5a2d0e5c6483ec..da42caa163c679797dc1ed43e26f29a96a1236d5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
 #