diff options
Diffstat (limited to 'tests/afr.rc')
| -rw-r--r-- | tests/afr.rc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/afr.rc b/tests/afr.rc index f253e77561e..35f352df78f 100644 --- a/tests/afr.rc +++ b/tests/afr.rc @@ -2,7 +2,7 @@  function create_brick_xattrop_entry {          local xattrop_dir=$(afr_get_index_path $1) -        local base_entry=`ls $xattrop_dir` +        local base_entry=`ls $xattrop_dir|grep xattrop`          local gfid_str          local params=`echo "$@" | cut -d' ' -f2-`          echo $params  | 
