Blame SOURCES/attr-2.4.44-tests-ls.patch

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