tests: fixup drm_lib.sh sourcing

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2012-04-04 11:07:44 +02:00
parent e63f1870b4
commit bb86947638
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#!/bin/sh
. ./drm_lib.sh
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
# read everything we can
cat $i915_path/* > /dev/null 2>&1