summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-04-04 10:56:50 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-04-04 10:56:50 +0200
commite63f1870b47073852c82f02e29b57dbb66b72d0d (patch)
treea10531352042c74405bf78aff8fcf9ba20fbc9c2
parent888df75a0cc3e6eea485ae3189afde2d86486750 (diff)
tests: use / as path separator instead of _
Oops. Originally by me, noticed while reviewing Ben Widawsky's patch. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rwxr-xr-xtests/drm_lib.sh2
1 files changed, 1 insertions, 1 deletions
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