From dbf2bbccc875f24429c68e4b24f39a625d2b2d9e Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 26 Aug 2011 13:09:41 -0400 Subject: [PATCH] Revert "testsuite: use shorter label for renaming" This reverts commit 8fd70cff1aa2111212cc9d874a076fb9739dadf1. --- tests/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run b/tests/run index e455422..c2a7bcc 100755 --- a/tests/run +++ b/tests/run @@ -735,7 +735,7 @@ class FS(UDisksTestCase): # change label if supports_label_rename: - l = 'n"a\m\\"e' + type + l = 'ren"a\m\\"e' + type iface.FilesystemSetLabel(l) self.sync_workaround() i = self.get_info() -- 2.7.4