From: Martin Wilck Date: Tue, 24 Apr 2018 16:08:18 +0000 (+0200) Subject: test/udev-test.pl: last_rule is unsupported X-Git-Tag: v247-rc2~12^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17cce031531a5d3f38a27374c99d1bdba5959dbd;p=thirdparty%2Fsystemd.git test/udev-test.pl: last_rule is unsupported the "last_rule" option hasn't been supported for some time. Therefore this test fails if a "not_exp_links" attribute is added, as it should be. Mark it appropriately. --- diff --git a/test/udev-test.pl b/test/udev-test.pl index 15693c26b15..58ce49c1617 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1373,11 +1373,14 @@ SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="start-%r-end" EOF }, { + # This is not supported any more desc => "last_rule option", devices => [ { devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", exp_links => ["last"], + not_exp_links => ["very-last"], + exp_nodev_error => "yes", }], rules => <