summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2016-10-06 16:09:45 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2016-10-07 13:02:37 +0300
commit51b759002436ff3148ab1fc56999760919bfc008 (patch)
tree2033fe3819ce01d9bfc20c21cc4c5eadf91d4bfb /tests
parent903076c7df321167b882e125eec4f75ad0830075 (diff)
tests: Use bash for debugfs_wedged and drm_lib.sh
debugfs_wedged and drm_lib.sh are already using bashism so switch over to using #!/bin/bash instead of #!/bin/sh. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/debugfs_wedged2
-rwxr-xr-xtests/drm_lib.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/debugfs_wedged b/tests/debugfs_wedged
index 903a0a20..f15ac461 100755
--- a/tests/debugfs_wedged
+++ b/tests/debugfs_wedged
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
diff --git a/tests/drm_lib.sh b/tests/drm_lib.sh
index c32bc68d..0eeab1c1 100755
--- a/tests/drm_lib.sh
+++ b/tests/drm_lib.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_getopt.sh