* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox