All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [LTP] [PATCH] Fix expected output in ar01 testcase
       [not found] <200910302350.n9UNonlf017587@e2.ny.us.ibm.com>
@ 2009-11-02 13:59 ` Subrata Modak
  0 siblings, 0 replies; 2+ messages in thread
From: Subrata Modak @ 2009-11-02 13:59 UTC (permalink / raw)
  To: Jiri Palecek; +Cc: ltp-list

On Wed, 2009-10-21 at 02:02 +0200, Jiri Palecek wrote: 
> Hello,
> 
>  According to POSIX, the verbose output of "ar -tv" should not contain
>  the leading zero in day-of-month (its format should be equivalent to
>  %e specifier of date) [source: man(1posix)]
> 
> Regards
>     Jiri Palecek
> 
> Signed-off-by: Jiri Palecek <jpalecek@web.de>

Thanks.

Regards--
Subrata

> ---
>  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 926be1c..c8f85eb 100755
> --- a/testcases/commands/ade/ar/ar01
> +++ b/testcases/commands/ade/ar/ar01
> @@ -573,7 +573,7 @@ rm -rf $TCtmp/lib.a;cd $TCdat $TCtmp/lib.a.exp *out
>  ar -cr $TCtmp/lib.a file1.in file2.in file3.in
>  crtest
> 
> -ls -ln --time-style=+%b" "%d" "%H:%M file1.in file2.in file3.in |
> +ls -ln --time-style=+%b" "%e" "%H:%M file1.in file2.in file3.in |
>  while
>  read permissions link uid gid size month day time file_name
>  do


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* [LTP] [PATCH] Fix expected output in ar01 testcase
@ 2009-10-21  0:02 Jiri Palecek
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Palecek @ 2009-10-21  0:02 UTC (permalink / raw)
  Cc: ltp-list

Hello,

 According to POSIX, the verbose output of "ar -tv" should not contain
 the leading zero in day-of-month (its format should be equivalent to
 %e specifier of date) [source: man(1posix)]

Regards
    Jiri Palecek

Signed-off-by: Jiri Palecek <jpalecek@web.de>
---
 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 926be1c..c8f85eb 100755
--- a/testcases/commands/ade/ar/ar01
+++ b/testcases/commands/ade/ar/ar01
@@ -573,7 +573,7 @@ rm -rf $TCtmp/lib.a;cd $TCdat $TCtmp/lib.a.exp *out
 ar -cr $TCtmp/lib.a file1.in file2.in file3.in
 crtest
 
-ls -ln --time-style=+%b" "%d" "%H:%M file1.in file2.in file3.in |
+ls -ln --time-style=+%b" "%e" "%H:%M file1.in file2.in file3.in |
 while
 read permissions link uid gid size month day time file_name
 do
-- 
1.6.4.3




------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2009-11-02 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200910302350.n9UNonlf017587@e2.ny.us.ibm.com>
2009-11-02 13:59 ` [LTP] [PATCH] Fix expected output in ar01 testcase Subrata Modak
2009-10-21  0:02 Jiri Palecek

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.