summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <andreas.gruenbacher@gmail.com>2015-03-03 18:15:07 +0100
committerAndreas Gruenbacher <andreas.gruenbacher@gmail.com>2015-03-03 18:15:07 +0100
commit07cdd574b01309599c5ceddcd3d6553a5f5cd75d (patch)
tree514ed60b4cfa09fb628ae9c9c0904d614ed844bf
parentd8da496b1b67bc8d02669f5d2c454274551532a2 (diff)
downloadattr-07cdd574b01309599c5ceddcd3d6553a5f5cd75d.tar.gz
Remove outdated tests from test/attr.test
Extended attributes are not accounted for in the real file size on most file systems, not even in ext* file systems with large inodes. Remove the associated tests.
-rw-r--r--test/attr.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/attr.test b/test/attr.test
index 1f755ae..9f750b0 100644
--- a/test/attr.test
+++ b/test/attr.test
@@ -92,8 +92,6 @@ Everything with one file
$ setfattr -n user.longername -v longervalue f
$ setfattr -n user.short -v value f
$ setfattr -n user.novalue-yet f
- $ ls -s f
- > 4 f
$ getfattr -d f
> # file: f
@@ -130,8 +128,6 @@ Everything with one file
$ setfattr -x user.novalue f
$ setfattr -x user.novalue-yet f
$ getfattr -d f
- $ ls -s f
- > 0 f
$ rm f