From 7601fafbcffe1c6da5351682bd6febe5fa248f16 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 10 Apr 2012 16:23:18 +0200 Subject: tests: explicit use bash We use bashisms, which debian's default sh dash doesn't like. Signed-Off-by: Daniel Vetter --- tests/check_drm_clients | 2 +- tests/debugfs_emon_crash | 2 +- tests/debugfs_reader | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/check_drm_clients b/tests/check_drm_clients index fed00cd5..eb12416a 100755 --- a/tests/check_drm_clients +++ b/tests/check_drm_clients @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" . $SOURCE_DIR/drm_lib.sh diff --git a/tests/debugfs_emon_crash b/tests/debugfs_emon_crash index 0f6c0a65..1ce3d02c 100755 --- a/tests/debugfs_emon_crash +++ b/tests/debugfs_emon_crash @@ -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 diff --git a/tests/debugfs_reader b/tests/debugfs_reader index c17af2bb..80d59988 100755 --- a/tests/debugfs_reader +++ b/tests/debugfs_reader @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" . $SOURCE_DIR/drm_lib.sh -- cgit v1.2.3