udev-test: fix missing directory test/run
authorAlexey Bogdanenko <alexey@bogdanenko.com>
Sat, 8 Dec 2018 12:35:30 +0000 (15:35 +0300)
committerAlexey Bogdanenko <alexey@bogdanenko.com>
Sun, 9 Dec 2018 17:53:11 +0000 (20:53 +0300)
commit1e5548c0e0962424b6ca5fdfd35c866b70760c8f
tree6ad4041f85d26db96fde071f453af3b7c86a49db
parent7935dae547caf164d807237f1009a9e9fa510337
udev-test: fix missing directory test/run

Fixes the following error:

    Failed to mount test /run: No such file or directory

By the time command "./test-udev check" calls function "fake_filesystems",
directory "test/run" must be present.
test/udev-test.pl