summaryrefslogtreecommitdiff
path: root/tests/debugfs_wedged
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debugfs_wedged')
-rwxr-xr-xtests/debugfs_wedged4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debugfs_wedged b/tests/debugfs_wedged
index 80a32f61..903a0a20 100755
--- a/tests/debugfs_wedged
+++ b/tests/debugfs_wedged
@@ -6,5 +6,5 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
# Testcase: wedge the hw to check the error_state reading
#
# Unfortunately wedged is permanent, so this test is not run by default
-echo 1 > ${i915_path}/i915_wedged
-cat $i915_path/i915_error_state > /dev/null 2>&1
+echo 1 > ${i915_dfs_path}/i915_wedged
+cat $i915_dfs_path/i915_error_state > /dev/null 2>&1