c1f565
From 36e59f3c468229b3ce60b24cd6a6e50f5fcc1e04 Mon Sep 17 00:00:00 2001
c1f565
From: Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
c1f565
Date: Tue, 3 Mar 2015 18:15:07 +0100
c1f565
Subject: [PATCH] Remove outdated tests from test/attr.test
c1f565
c1f565
Extended attributes are not accounted for in the real file size on most file
c1f565
systems, not even in ext* file systems with large inodes.  Remove the
c1f565
associated tests.
c1f565
c1f565
Upstream-commit: 07cdd574b01309599c5ceddcd3d6553a5f5cd75d
c1f565
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
c1f565
---
c1f565
 test/attr.test | 4 ----
c1f565
 1 file changed, 4 deletions(-)
c1f565
c1f565
diff --git a/test/attr.test b/test/attr.test
c1f565
index a3e472d..41f333b 100644
c1f565
--- a/test/attr.test
c1f565
+++ b/test/attr.test
c1f565
@@ -92,8 +92,6 @@ Everything with one file
c1f565
 	$ setfattr -n user.longername -v longervalue f
c1f565
 	$ setfattr -n user.short -v value f
c1f565
 	$ setfattr -n user.novalue-yet f
c1f565
-	$ ls -s f
c1f565
-	> 4 f
c1f565
 	
c1f565
 	$ getfattr -d f
c1f565
 	> # file: f
c1f565
@@ -130,8 +128,6 @@ Everything with one file
c1f565
 	$ setfattr -x user.novalue f
c1f565
 	$ setfattr -x user.novalue-yet f
c1f565
 	$ getfattr -d f
c1f565
-	$ ls -s f
c1f565
-	> 0 f
c1f565
 	
c1f565
 	$ rm f
c1f565
 
c1f565
-- 
c1f565
2.13.5
c1f565