From: liubo <liubo2009@cn.fujitsu.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH 2/3] ade: fix the bug of ar01
Date: Wed, 16 Dec 2009 19:37:48 +0800 [thread overview]
Message-ID: <4B28C68C.1080304@cn.fujitsu.com> (raw)
Command "ar -tv" 's output doesn't match with "ls -ln" 's output on item
"permission".
s/-$permissions/-$permissions./
This patch fixed the bug.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
testcases/commands/ade/ar/ar01 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testcases/commands/ade/ar/ar01 b/testcases/commands/ade/ar/ar01
index c8f85eb..c393959 100755
--- a/testcases/commands/ade/ar/ar01
+++ b/testcases/commands/ade/ar/ar01
@@ -584,7 +584,7 @@ ar -tv $TCtmp/lib.a |
while
read permissions uid size month day time year file_name
do
-echo "-$permissions;$uid;$size;$month;$day;$time;$file_name"
+echo "-$permissions.;$uid;$size;$month;$day;$time;$file_name"
done >> $TCtmp/lib.a.stdout
ttest
--
1.6.2.2
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next reply other threads:[~2009-12-16 11:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-16 11:37 liubo [this message]
2009-12-17 1:46 ` [LTP] [PATCH 2/3] ade: fix the bug of ar01 Caspar Zhang
2009-12-17 2:57 ` Garrett Cooper
2009-12-18 11:27 ` liubo
[not found] <1212262284.565301261136526909.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com>
2009-12-18 11:42 ` Caspar Zhang
2009-12-18 12:01 ` Caspar Zhang
2009-12-18 12:35 ` liubo
[not found] <1044568160.566731261140245405.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com>
2009-12-18 12:44 ` Caspar Zhang
2009-12-18 13:03 ` liubo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B28C68C.1080304@cn.fujitsu.com \
--to=liubo2009@cn.fujitsu.com \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox