linux-stable/tools/testing/selftests/exec
David Drysdale cd805f3676 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 <geert@linux-m68k.org>
Signed-off-by: David Drysdale <drysdale@google.com>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2015-01-06 12:54:54 -07:00
..
.gitignore syscalls: add selftest for execveat(2) 2014-12-13 12:42:51 -08:00
execveat.c selftests/exec: allow shell return code of 126 2015-01-06 12:54:54 -07:00
Makefile syscalls: add selftest for execveat(2) 2014-12-13 12:42:51 -08:00