diff options
Diffstat (limited to 'tests/cp/cp-mv-enotsup-xattr')
-rwxr-xr-x | tests/cp/cp-mv-enotsup-xattr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cp/cp-mv-enotsup-xattr b/tests/cp/cp-mv-enotsup-xattr index 9857fec41..32798d2fc 100755 --- a/tests/cp/cp-mv-enotsup-xattr +++ b/tests/cp/cp-mv-enotsup-xattr @@ -22,6 +22,7 @@ print_ver_ cp mv require_root_ +require_mkfs_PATH_ cwd=`pwd` cleanup_() { cd /; umount "$cwd/noxattr"; umount "$cwd/xattr"; } |