From: Frédéric Moulins Date: Tue, 26 Aug 2008 10:28:00 +0000 (+0200) Subject: Check for segfault and illegal instruction when expecting an error X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=12c5b22102873e303e540f886489831461d54ea9;hp=12c5b22102873e303e540f886489831461d54ea9 Check for segfault and illegal instruction when expecting an error When an error is expected, fail the test when return code is : * 139: segmentation fault * 132: illegal instruction ---