From 319fe129a15278193625eeb05752511d576c5588 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 12 Jan 2009 07:57:52 +0000 Subject: mdev: fix breakage caused by unified parser usage --- testsuite/mdev.tests | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'testsuite') diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index 2285579..90379e6 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests @@ -111,6 +111,22 @@ brw-r--r-- 1 0 0 8,0 sda # continuing to use directory structure from prev test rm -rf mdev.testdir/dev/* +echo "sda 0:0 644 =block/ @echo @echo TEST" >mdev.testdir/etc/mdev.conf +testing "mdev move and command" \ + "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; + ls -lnR mdev.testdir/dev | $FILTER_LS2" \ +"\ +@echo TEST +mdev.testdir/dev: +drwxr-xr-x 2 0 0 block + +mdev.testdir/dev/block: +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 testing "mdev #maj,min and no explicit uid" \ "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; -- cgit v1.1