From: David Drysdale Date: Tue, 6 Jan 2015 08:23:56 +0000 (+0000) Subject: selftests/exec: allow shell return code of 126 X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~287^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd805f367633f6540aa287751c270973b7e4cdc9;p=pandora-kernel.git selftests/exec: allow shell return code of 126 When the shell fails to invoke a script because its path name is too long (ENAMETOOLONG), most shells return 127 to indicate command not found. However, some systems report 126 (which POSIX suggests should indicate a non-executable file) for this case, so allow that too. Reported-by: Geert Uytterhoeven Signed-off-by: David Drysdale Tested-by: Geert Uytterhoeven Signed-off-by: Shuah Khan --- Reading git-diff-tree failed