mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Ben Myers
parent
c52c134f1a
commit
b3d0a7d09a
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user