summaryrefslogtreecommitdiff
path: root/test/test_scripts.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_scripts.py')
-rw-r--r--test/test_scripts.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_scripts.py b/test/test_scripts.py
index 74ae714..260a69f 100644
--- a/test/test_scripts.py
+++ b/test/test_scripts.py
@@ -73,10 +73,7 @@ class TestLoggerScript(CanScriptTest):
def _commands(self):
commands = [
"python -m can.logger --help",
- "python scripts/can_logger.py --help"
]
- if IS_UNIX:
- commands += ["can_logger.py --help"]
return commands
def _import(self):
@@ -89,10 +86,7 @@ class TestPlayerScript(CanScriptTest):
def _commands(self):
commands = [
"python -m can.player --help",
- "python scripts/can_player.py --help"
]
- if IS_UNIX:
- commands += ["can_player.py --help"]
return commands
def _import(self):