All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [POSIX][PATCH]Fix bug of script implemented tests
@ 2011-02-23  7:02 Bian Naimeng
  2011-02-23  7:48 ` Garrett Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Bian Naimeng @ 2011-02-23  7:02 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: ltp-list

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 <biannm@cn.fujitsu.com>

---
 .../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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-24  5:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23  7:02 [LTP] [POSIX][PATCH]Fix bug of script implemented tests Bian Naimeng
2011-02-23  7:48 ` Garrett Cooper
2011-02-24  1:14   ` Peng Haitao
2011-02-24  5:27     ` Garrett Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.