From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.74) (envelope-from ) id 1Ps8lr-0008LB-MX for ltp-list@lists.sourceforge.net; Wed, 23 Feb 2011 07:04:23 +0000 Received: from [222.73.24.84] (helo=song.cn.fujitsu.com) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.74) id 1Ps8lp-0006vE-Uw for ltp-list@lists.sourceforge.net; Wed, 23 Feb 2011 07:04:23 +0000 Message-ID: <4D64B120.5010004@cn.fujitsu.com> Date: Wed, 23 Feb 2011 15:02:56 +0800 From: Bian Naimeng MIME-Version: 1.0 Subject: [LTP] [POSIX][PATCH]Fix bug of script implemented tests List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Garrett Cooper Cc: ltp-list@lists.sourceforge.net 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 --- .../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