From e3e4db93db8b41d8683361931a9da60169575561 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 25 Jul 2013 21:51:27 +0200 Subject: [PATCH] tests/sysfs_edid_timing: use real bash The lib/drm_lib.sh load path trick doesn't work otherwise. Tsk. Signed-off-by: Daniel Vetter --- tests/sysfs_edid_timing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sysfs_edid_timing b/tests/sysfs_edid_timing index e90e374f..ec704f67 100755 --- a/tests/sysfs_edid_timing +++ b/tests/sysfs_edid_timing @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # This check the time we take to read the content of all the possible connectors. # Without the edid -ENXIO patch (http://permalink.gmane.org/gmane.comp.video.dri.devel/62083),