aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mdev.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-06-13 23:41:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-06-13 23:41:57 +0200
commit2441060bebec2d65c9d106335223f37ec6e8ea5b (patch)
tree22c62604f5bbde2defb5a69400fb7d27bf847dc7 /testsuite/mdev.tests
parent16635cc2e052897ce7c2d4989acd0b706c3ac3dd (diff)
downloadbusybox-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-xtestsuite/mdev.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests
index 6d6a21d41..a1750076e 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" \