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 <[email protected]> --- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
