diff options
Diffstat (limited to 'test/test-udev.py')
-rwxr-xr-x | test/test-udev.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-udev.py b/test/test-udev.py index 710aaed3a9..02383ce4e9 100755 --- a/test/test-udev.py +++ b/test/test-udev.py @@ -43,7 +43,7 @@ SYS_SCRIPT = Path(__file__).with_name('sys-script.py') try: UDEV_BIN = Path(os.environ['UDEV_RULE_RUNNER']) except KeyError: - UDEV_BIN = Path(__file__).parent / 'manual/udev-rule-runner' + UDEV_BIN = Path(__file__).parent / 'manual/test-udev-rule-runner' UDEV_BIN = UDEV_BIN.absolute() # Those will be set by the udev_setup() fixture |