public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] XFSQA 103: filter ln output
@ 2008-03-20  6:32 David Chinner
  2008-03-20  7:45 ` Christoph Hellwig
  2008-03-20 20:37 ` Josef 'Jeff' Sipek
  0 siblings, 2 replies; 3+ messages in thread
From: David Chinner @ 2008-03-20  6:32 UTC (permalink / raw)
  To: xfs-dev; +Cc: xfs-oss

Move recent versions of ln (i.e. debian unstable) have
a different error output. update the filter to handle this.

Signed-off-by: Dave Chinner <dgc@sgi.com>
---
 xfstests/103 |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: xfs-cmds/xfstests/103
===================================================================
--- xfs-cmds.orig/xfstests/103	2006-11-14 19:57:41.000000000 +1100
+++ xfs-cmds/xfstests/103	2008-03-19 10:02:14.393358705 +1100
@@ -47,7 +47,8 @@ _filter_scratch()
 
 _filter_ln()
 {
-    sed -e "s,SCRATCH_MNT/nosymlink/target - Operation not permitted,ln: creating symbolic link \`SCRATCH_MNT/nosymlink/target\' to \`SCRATCH_MNT/nosymlink/source\': Operation not permitted,g"
+    sed -e "s,SCRATCH_MNT/nosymlink/target - Operation not permitted,ln: creating symbolic link \`SCRATCH_MNT/nosymlink/target\' to \`SCRATCH_MNT/nosymlink/source\': Operation not permitted,g" \
+        -e "s,: Operation not permitted, to \`SCRATCH_MNT/nosymlink/source\': Operation not permitted,g"
 }
 
 _filter_noymlinks_flag()

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

* Re: [PATCH] XFSQA 103: filter ln output
  2008-03-20  6:32 [PATCH] XFSQA 103: filter ln output David Chinner
@ 2008-03-20  7:45 ` Christoph Hellwig
  2008-03-20 20:37 ` Josef 'Jeff' Sipek
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2008-03-20  7:45 UTC (permalink / raw)
  To: David Chinner; +Cc: xfs-dev, xfs-oss

On Thu, Mar 20, 2008 at 05:32:45PM +1100, David Chinner wrote:
> Move recent versions of ln (i.e. debian unstable) have
> a different error output. update the filter to handle this.

Looks good.

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

* Re: [PATCH] XFSQA 103: filter ln output
  2008-03-20  6:32 [PATCH] XFSQA 103: filter ln output David Chinner
  2008-03-20  7:45 ` Christoph Hellwig
@ 2008-03-20 20:37 ` Josef 'Jeff' Sipek
  1 sibling, 0 replies; 3+ messages in thread
From: Josef 'Jeff' Sipek @ 2008-03-20 20:37 UTC (permalink / raw)
  To: David Chinner; +Cc: xfs-dev, xfs-oss

On Thu, Mar 20, 2008 at 05:32:45PM +1100, David Chinner wrote:
> Move recent versions of ln (i.e. debian unstable) have
> a different error output. update the filter to handle this.
> 
> Signed-off-by: Dave Chinner <dgc@sgi.com>

Fixes the failure I reported few days ago.

Josef 'Jeff' Sipek.

-- 
Real Programmers consider "what you see is what you get" to be just as bad a
concept in Text Editors as it is in women. No, the Real Programmer wants a
"you asked for it, you got it" text editor -- complicated, cryptic,
powerful, unforgiving, dangerous.

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

end of thread, other threads:[~2008-03-20 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20  6:32 [PATCH] XFSQA 103: filter ln output David Chinner
2008-03-20  7:45 ` Christoph Hellwig
2008-03-20 20:37 ` Josef 'Jeff' Sipek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox