mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Fix tinderbox breakage
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1889 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
2375feee3d
commit
541c4ef856
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ main (int argc, char **argv)
|
|||
ok (chld_err.lines == 1,
|
||||
"...but does give an error line");
|
||||
ok (strstr(chld_err.line[0],"non-existant-file") != NULL, "And missing filename is in error message");
|
||||
ok (result == 127, "Get return code 127 from /bin/sh");
|
||||
ok (result != 0, "Get non-zero return code from /bin/sh");
|
||||
|
||||
|
||||
/* ensure everything is empty again */
|
||||
|
|
|
|||
Loading…
Reference in a new issue