All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH xfstests] filter 237 setfacl output
@ 2010-07-01 19:55 Eric Sandeen
  2010-07-02  7:09 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2010-07-01 19:55 UTC (permalink / raw)
  To: xfs mailing list

Older setfacl error output seems to include the full path to
the file; filter it out.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/237 b/237
index bcec3b1..62232c7 100755
--- a/237
+++ b/237
@@ -72,7 +72,8 @@ touch file1
 chown $acl1.$acl1 file1
 
 echo "Expect to FAIL"
-$runas -u $acl2 -g $acl2 -- `which setfacl` -m u::rwx file1 2>&1
+$runas -u $acl2 -g $acl2 -- `which setfacl` -m u::rwx file1 2>&1 \
+	| sed -e s%$testdir/$seq.dir1/%%
 
 echo "Test over."
 # success, all done

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH xfstests] filter 237 setfacl output
  2010-07-01 19:55 [PATCH xfstests] filter 237 setfacl output Eric Sandeen
@ 2010-07-02  7:09 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2010-07-02  7:09 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs mailing list

On Thu, Jul 01, 2010 at 02:55:55PM -0500, Eric Sandeen wrote:
> Older setfacl error output seems to include the full path to
> the file; filter it out.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>


Reviewed-by: Christoph Hellwig <hch@lst.de>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2010-07-02  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-01 19:55 [PATCH xfstests] filter 237 setfacl output Eric Sandeen
2010-07-02  7:09 ` Christoph Hellwig

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.