Tests implemented by script will fail, because they try to invoke a inexistent binary file.
[root@Linux sigaddset]# ./1-1.sh ./1-1.sh: line 20: conformance/interfaces/sigaddset/1-core-buildonly.test: No such file or directory It's a widespread problem on the latest LTP. Signed-off-by: Bian Naimeng <[email protected]> --- .../conformance/interfaces/sigaddset/1-1.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/1-1.sh b/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/1-1.sh index e12c69e..e77ed54 100755 --- a/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/1-1.sh +++ b/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/1-1.sh @@ -17,4 +17,4 @@ # Calling 1-core-buildonly.test with a 0 parameter initializes to an # empty set. -conformance/interfaces/sigaddset/1-core-buildonly.test 0 +./1-core 0 -- 1.7.0.4 ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
