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