Bugzilla – Bug 129291
subdomain_parser doesn't set an error code when there's an error in the #include processing
Last modified: 2006-01-24 22:23:13 UTC
[kryten simple_tests]$ cat includes_bad_include.sd # #=DESCRIPTION includes testing - non-existent include should fail #=EXRESULT FAIL # /does/not/exist { #include <does-not-exist/does-not-exist> } [kryten simple_tests]$ /sbin/subdomain_parser -d < includes_bad_include.sd Error: #include <does-not-exist/does-not-exist> not found. line 6 in stdin [kryten simple_tests]$ echo $? 0
A fix for this made it in to the SLES9 SP3 candidates, I don't know if this will get fixed for SL10.
I believe it has been decided this won't be fixed for SL10. It is fixed in the CODE 10.