diff options
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/rpc-coverage.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/rpc-coverage.sh b/extras/rpc-coverage.sh index ebb92a2a148..9148a73e241 100755 --- a/extras/rpc-coverage.sh +++ b/extras/rpc-coverage.sh @@ -398,8 +398,7 @@ function test_getxattr() function test_removexattr() { setfattr -x trusted.testing $PFX/dir/file || fail "setfattr remove" - getfattr -n trusted.testing $PFX/dir/file 2>&1 | grep -q 'No such attribute' \ - || fail "getfattr" + getfattr -n trusted.testing $PFXf/dir/file 2>&1 | grep -q "No such attribute" } |