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>
This commit is contained in:
Daniel Vetter 2012-04-04 10:56:50 +02:00
parent 888df75a0c
commit e63f1870b4

View File

@ -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