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