Bruce Dubbs wrote: > Armin K. wrote: >> On 03/05/2014 10:58 PM, William Harrington wrote: >>> >>> On Mar 5, 2014, at 3:09 PM, Bruce Dubbs wrote: >>> >>>> FAIL: udev-test.pl >>>> PASS: rules-test.sh >>>> ... >>>> See test/test-suite.log >>> >>> Same as we have had in CLFS since migrating to eudev. >>> >>> Sincerely, >>> >>> William Harrington >>> >> >> Same test fails in systemd, too. I have simply disabled it with a sed. >> > yes: > > sed -i '/devnode substitution/ a exp_add_error => "yes",' \ > test/udev-test.pl > > Make the error expected.
Found the error. The test has a rule where it hard codes /usr/bin/test. We don't have that. We have /bin/test as is should if we are going to support a split / -- /usr setup. In any case the sed should be: sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page