summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-05-25 11:29:28 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-05-25 11:29:28 +0200
commitc26b5ee72f3a2ac3ddef309e181daab9e5128ae9 (patch)
tree2bc7b1d6a6c39fba4b06c287c9f4b07ce7b7230f
parent3985d9b976f4daabb9adea38735d9c9b77da7fac (diff)
tests: fixup type in module_reload
Oops, I've frobbed this to test the check but committed the wrong version.
-rwxr-xr-xtests/module_reload2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/module_reload b/tests/module_reload
index 7f794fd..400fdd0 100755
--- a/tests/module_reload
+++ b/tests/module_reload
@@ -12,7 +12,7 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
# vtcon0 is vga, vtcon1 fbcon and let's pray that won't change due to boot load
# time changes
-if ! echo 0 > /ys/class/vtconsole/vtcon1/bind ; then
+if ! echo 0 > /sys/class/vtconsole/vtcon1/bind ; then
echo -e "no kms unload support"
echo "please enable CONFIG_VT_HW_CONSOLE_BINDING in the kernel"
exit 77