Execve04: No Such File: Execve04 test case can fail due to the required file not found. It because it uses a relative path, so it depends on where to run the test. This patch fixes it by using a absolute path, and also make sure it can handle a long name. Signed-off-by: CAI Qian <caiqian@cclom.cn>.
diff --git a/runtest/syscalls b/runtest/syscalls
index 2f73be7..589cd8f 100644
--- a/runtest/syscalls
+++ b/runtest/syscalls
@@ -125,7 +125,7 @@
execve01 execve01
execve02 execve02 -F $LTPROOT/testcases/bin/test3
execve03 execve03
-execve04 cp -f $LTPROOT/testcases/bin/test3 $TMP; execve04 -F test3
+execve04 execve04 -F $LTPROOT/testcases/bin/test3
execve05 execve05 -F $LTPROOT/testcases/bin/test3
execve06 execve06 20 $LTPROOT/testcases/bin/execve06 $LTPROOT/testcases/bin/execve06 4
execvp01 execvp01