xfstests: Change the interpreter of ltp/runtest.sh to bash

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>
This commit is contained in:
Satoru Takeuchi
2012-12-10 08:37:41 +09:00
committed by Ben Myers
parent c52c134f1a
commit b3d0a7d09a
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
#