From 8fd70cff1aa2111212cc9d874a076fb9739dadf1 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 6 Nov 2010 13:09:04 -0400 Subject: [PATCH] testsuite: use shorter label for renaming The previous one was too long for some file systems like XFS. This produced a correct DBusException, but it's not what we primarily want to test for. --- tests/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run b/tests/run index c2a7bcc..e455422 100755 --- a/tests/run +++ b/tests/run @@ -735,7 +735,7 @@ class FS(UDisksTestCase): # change label if supports_label_rename: - l = 'ren"a\m\\"e' + type + l = 'n"a\m\\"e' + type iface.FilesystemSetLabel(l) self.sync_workaround() i = self.get_info() -- 2.7.4