summaryrefslogtreecommitdiff
path: root/test/attr.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/attr.test')
-rw-r--r--test/attr.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/attr.test b/test/attr.test
index 9f750b0..6ce2f9b 100644
--- a/test/attr.test
+++ b/test/attr.test
@@ -391,3 +391,9 @@ Test for proper recursion of directory structures with -L -P -R
>
$ rm -R 1
+
+Test for large-file support
+
+ $ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||:
+ $ sh -c 'if test -f large-file; then getfattr large-file; fi'
+ $ rm large-file