summaryrefslogtreecommitdiffstats
path: root/test/functional/cases/200_luacheck.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/200_luacheck.robot')
-rw-r--r--test/functional/cases/200_luacheck.robot10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/functional/cases/200_luacheck.robot b/test/functional/cases/200_luacheck.robot
deleted file mode 100644
index a38fe083e..000000000
--- a/test/functional/cases/200_luacheck.robot
+++ /dev/null
@@ -1,10 +0,0 @@
-*** Settings ***
-Library Process
-
-*** Test Cases ***
-Lua Check
- ${result} = Run Process luacheck -q --no-color . cwd=${TOPDIR}
- IF ${result.rc} != 0
- Log ${result.stdout}
- END
- Should Be Equal As Integers ${result.rc} 0 msg=${result.stdout} values=false