The file path and the file name is wrong.
Caused the no file exist error.

Signed-off-by: Wanlong Gao <[email protected]>
---
 .../conformance/interfaces/sigaltstack/9-1.c       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/9-1.c 
b/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/9-1.c
index 9856399..aab7d1e 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/9-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/9-1.c
@@ -60,11 +60,11 @@ int main()
                return PTS_UNRESOLVED;
        }
 
-       if (execl("conformance/interfaces/sigaltstack/9-buildonly.test", 
"9-buildonly.test", NULL) == -1) {
+       if (execl("./9.run-test", "9.run-test", NULL) == -1) {
                perror("Unexpected error while attempting to setup test 
pre-conditions");
                return PTS_UNRESOLVED;
        }
 
        printf("Test PASSED\n");
        return PTS_PASS;
-}
\ No newline at end of file
+}
-- 
1.7.6


------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to