aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'misc/install-xattr/checkcopyattrs.sh')
-rwxr-xr-xmisc/install-xattr/checkcopyattrs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/install-xattr/checkcopyattrs.sh b/misc/install-xattr/checkcopyattrs.sh
index 9196795..a9149d7 100755
--- a/misc/install-xattr/checkcopyattrs.sh
+++ b/misc/install-xattr/checkcopyattrs.sh
@@ -49,6 +49,9 @@ setfattr -n user.pax.flags -v "r" c
[ "$(getfattr --only-values -n user.bas f/a)" == "x" ]
[ "$(getfattr --only-values -n user.pax.flags f/a)" == "mr" ]
+# Check that we can copy large files
+truncate -s2G a
+./install-xattr a x
# The following are just tests to make sure the raw install
# options don't get lost in our optargs parsing.