diff options
Diffstat (limited to 'testsuite/mdev.tests')
-rwxr-xr-x | testsuite/mdev.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index 6d6a21d..a175007 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests @@ -152,7 +152,7 @@ brw-r--r-- 1 0 0 sda # continuing to use directory structure from prev test rm -rf mdev.testdir/dev/* -echo "@8,0 :1 644" >mdev.testdir/etc/mdev.conf +echo "@8,0 0:1 644" >mdev.testdir/etc/mdev.conf testing "mdev #maj,min and no explicit uid" \ "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; ls -lnR mdev.testdir/dev | $FILTER_LS" \ |