From e63f1870b47073852c82f02e29b57dbb66b72d0d Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 4 Apr 2012 10:56:50 +0200 Subject: tests: use / as path separator instead of _ Oops. Originally by me, noticed while reviewing Ben Widawsky's patch. Signed-Off-by: Daniel Vetter --- tests/drm_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drm_lib.sh b/tests/drm_lib.sh index 6b5bdcf6..a76fd474 100755 --- a/tests/drm_lib.sh +++ b/tests/drm_lib.sh @@ -5,7 +5,7 @@ die() { } if [ -d /debug/dri ] ; then - debugfs_path=/debug_dri + debugfs_path=/debug/dri fi if [ -d /sys/kernel/debug/dri ] ; then -- cgit v1.2.3