summaryrefslogtreecommitdiff
path: root/src/tests/test_find_device_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_find_device_file.py')
-rw-r--r--[-rwxr-xr-x]src/tests/test_find_device_file.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/tests/test_find_device_file.py b/src/tests/test_find_device_file.py
index f18043d65..5b90f2034 100755..100644
--- a/src/tests/test_find_device_file.py
+++ b/src/tests/test_find_device_file.py
@@ -1,6 +1,4 @@
-#!/usr/bin/env python3
-#
-# Copyright (C) 2020 VyOS maintainers and contributors
+# Copyright (C) 2020-2024 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -28,8 +26,5 @@ class TestDeviceFile(TestCase):
def test_zero(self):
self.assertEqual(find_device_file('zero'), '/dev/zero')
- def test_input_event(self):
- self.assertEqual(find_device_file('event0'), '/dev/input/event0')
-
def test_non_existing(self):
self.assertFalse(find_device_file('vyos'))