From b3d0a7d09afff630908d9566493f50c59f8cfa12 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Mon, 10 Dec 2012 08:37:41 +0900 Subject: [PATCH] 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 Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- ltp/rwtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltp/rwtest.sh b/ltp/rwtest.sh index 24ee5989..da42caa1 100755 --- a/ltp/rwtest.sh +++ b/ltp/rwtest.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. # -- 2.47.3