tests: explicit use bash
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 10 Apr 2012 14:23:18 +0000 (16:23 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 10 Apr 2012 14:23:18 +0000 (16:23 +0200)
We use bashisms, which debian's default sh dash doesn't like.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/check_drm_clients
tests/debugfs_emon_crash
tests/debugfs_reader

index fed00cd..eb12416 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
 . $SOURCE_DIR/drm_lib.sh
index 0f6c0a6..1ce3d02 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # This check if we can crash the kernel with segmentation-fault
 # by reading /sys/kernel/debug/dri/0/i915_emon_status too quickly
index c17af2b..80d5998 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
 . $SOURCE_DIR/drm_lib.sh