diff options
| -rw-r--r-- | tests/volume.rc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index 1294bbb656f..f4ae7005bba 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -249,7 +249,7 @@ function gf_gfid_xattr_to_str {  function get_text_xattr {          local key=$1          local path=$2 -        getfattr -d -m. -e text $path 2>/dev/null | grep $key | cut -f2 -d'=' +        getfattr -d -m. -e text $path 2>/dev/null | grep -a $key | cut -f2 -d'='  }  function gf_check_file_opened_in_brick {  | 
