From d4d6abe177f4489aeb15ee2893f4bda9d788c9f9 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 26 Aug 2011 13:09:41 -0400 Subject: [PATCH] Revert "testsuite: Check correct handling of labels with funny characters" This reverts commit 8781f898aec9b098807cb6ce5c7d4115b3c2fdba. --- tests/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run b/tests/run index c2a7bcc..725d254 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 = 'rename' + type iface.FilesystemSetLabel(l) self.sync_workaround() i = self.get_info() -- 2.7.4