[blivet:master 3/6] Change the generic badly formatted label to one that's bad for all.

mulhern amulhern at redhat.com
Fri Dec 5 16:08:33 UTC 2014


At least for all filesystems that are tested with this infrastructure.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/formats_test/fslabeling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/formats_test/fslabeling.py b/tests/formats_test/fslabeling.py
index c35a7b0..9c6dabb 100644
--- a/tests/formats_test/fslabeling.py
+++ b/tests/formats_test/fslabeling.py
@@ -131,7 +131,7 @@ class CompleteLabelingAsRoot(LabelingAsRoot):
         with self.assertRaisesRegexp(FSError, "default label"):
             an_fs.writeLabel()
 
-        an_fs.label = "root___filesystem"
+        an_fs.label = "n" * 129
         with self.assertRaisesRegexp(FSError, "bad label format"):
             an_fs.writeLabel()
 
-- 
1.9.3



More information about the anaconda-patches mailing list