need to filter out scratch device for setfattr tests since they

report errors and mention the mount point.
Merge of master-melb:xfs-cmds:25252a by kenmcd.

  need to filter out scratch device for setfattr tests since they
  report errors and mention the mount point.
This commit is contained in:
Tim Shimmin
2006-02-21 02:50:34 +00:00
parent 6cf4fe3965
commit 5291ccbe23
2 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ getfattr()
setfattr()
{
/usr/bin/setfattr $@
/usr/bin/setfattr $@ 2>&1 | _filter_scratch
}
_create_test_bed()