diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 14:26:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 14:26:15 +0200 |
commit | f2860bf6d332cbbfd2d4d9afadb0148cf061fad2 (patch) | |
tree | b62a8cac9da67d1cb2aa628665526f33c044f35b /testsuite | |
parent | 867ffb961672a226ba269b32c5d88a2c56b685fe (diff) |
mdev: fix non-working device deletion, add a test for that
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/mdev.tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index c375fc774..a46929b3a 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests @@ -38,6 +38,16 @@ brw-rw---- 1 0 0 8,0 sda SKIP= # continuing to use directory structure from prev test +optional STATIC FEATURE_MDEV_CONF FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME +testing "mdev deletes /block/sda" \ + "env - PATH=$PATH ACTION=remove DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; + ls -ln mdev.testdir/dev | $FILTER_LS" \ +"\ +" \ + "" "" +SKIP= + +# continuing to use directory structure from prev test rm -rf mdev.testdir/dev/* echo ".* 1:1 666" >mdev.testdir/etc/mdev.conf echo "sda 2:2 444" >>mdev.testdir/etc/mdev.conf |