diff options
author | Denys Vlasenko | 2009-06-13 23:41:57 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-06-13 23:41:57 +0200 |
commit | 2441060bebec2d65c9d106335223f37ec6e8ea5b (patch) | |
tree | 22c62604f5bbde2defb5a69400fb7d27bf847dc7 /testsuite/mdev.tests | |
parent | 16635cc2e052897ce7c2d4989acd0b706c3ac3dd (diff) | |
download | busybox-2441060bebec2d65c9d106335223f37ec6e8ea5b.zip busybox-2441060bebec2d65c9d106335223f37ec6e8ea5b.tar.gz |
fix or document testsuite failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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" \ |