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

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