summaryrefslogtreecommitdiff
path: root/tests/debugfs_emon_crash
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-04-10 16:23:18 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-04-10 16:23:18 +0200
commit7601fafbcffe1c6da5351682bd6febe5fa248f16 (patch)
tree417c308c0afa79a2965163d1e6faa84f5bbb44a4 /tests/debugfs_emon_crash
parentaf275bd52197cb41e6beb83dc496a50666b48814 (diff)
tests: explicit use bash
We use bashisms, which debian's default sh dash doesn't like. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/debugfs_emon_crash')
-rwxr-xr-xtests/debugfs_emon_crash2
1 files changed, 1 insertions, 1 deletions
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