diff options
Diffstat (limited to 'tests/cp/cp-mv-enotsup-xattr')
-rwxr-xr-x | tests/cp/cp-mv-enotsup-xattr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-mv-enotsup-xattr b/tests/cp/cp-mv-enotsup-xattr index d9b373ff2..76ede2e3e 100755 --- a/tests/cp/cp-mv-enotsup-xattr +++ b/tests/cp/cp-mv-enotsup-xattr @@ -89,7 +89,7 @@ rm -f err noxattr/a cp -a --preserve=xattr xattr/a noxattr/ 2>err && fail=1 if grep '^#define USE_XATTR 1' $CONFIG_HEADER > /dev/null; then cat <<\EOF > exp -cp: setting attributes for `noxattr/a': Operation not supported +cp: setting attributes for 'noxattr/a': Operation not supported EOF else cat <<\EOF > exp |