From 8781f898aec9b098807cb6ce5c7d4115b3c2fdba Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 6 Nov 2010 13:00:27 -0400 Subject: [PATCH] testsuite: Check correct handling of labels with funny characters Try to change to a label containing backslashes and quotes. This will make things fall over quite badly in a lot of cases right now. --- tests/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run b/tests/run index 725d254..c2a7bcc 100755 --- a/tests/run +++ b/tests/run @@ -735,7 +735,7 @@ class FS(UDisksTestCase): # change label if supports_label_rename: - l = 'rename' + type + l = 'ren"a\m\\"e' + type iface.FilesystemSetLabel(l) self.sync_workaround() i = self.get_info() -- 2.7.4