diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-26 18:35:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-26 18:35:10 +0000 |
commit | df96df9c7c78d0f19c8d1ac1aa3d8d80abbe16bb (patch) | |
tree | 7f8641e7a6fb7da86cac5b0a3dc0ca4456eecd95 /testsuite | |
parent | 48a9971bd41a6ad7fc2ee52dcc885b25012b5561 (diff) | |
download | busybox-df96df9c7c78d0f19c8d1ac1aa3d8d80abbe16bb.tar.gz |
mdev: do not complain if mdev.conf does not exist;
use #if to prevent gcc from generating dead code
(sadly, it's more ugly this way)
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/mdev.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index 572609e11..5c65ffc46 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests @@ -29,7 +29,6 @@ testing "mdev add /block/sda" \ "env - ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; ls -ln mdev.testdir/dev | $FILTER_LS" \ "\ -mdev: /etc/mdev.conf: No such file or directory brw-rw---- 1 0 0 8,0 sda " \ "" "" |