diff --git a/tests/debugfs_reader b/tests/debugfs_reader index 88741857..adb1e3c9 100755 --- a/tests/debugfs_reader +++ b/tests/debugfs_reader @@ -22,6 +22,6 @@ if [ $i915_path = "x" ] ; then fi # read everything we can -cat $i915_path/* >& /dev/null +cat $i915_path/* > /dev/null 2>&1 exit 0