| Summary: |
subdomain_parser doesn't set an error code when there's an error in the #include processing |
| Product: |
[openSUSE] SUSE LINUX 10.0
|
Reporter: |
Steve Beattie <sbeattie> |
| Component: |
AppArmor | Assignee: |
Steve Beattie <sbeattie> |
| Status: |
RESOLVED
WONTFIX
|
QA Contact: |
Keiran Haggerty <khaggerty> |
| Severity: |
Normal
|
|
|
| Priority: |
P5 - None
|
|
|
| Version: |
unspecified | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
Other | |
|
| OS: |
Other | |
|
| Whiteboard: |
|
|
Found By:
|
Other
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
[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