#43 Add test for rm_root

This commit is contained in:
nvbn
2015-04-22 16:22:10 +02:00
parent 3a9c2cc204
commit 7010b3a7f6
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ def match(command, settings):
def get_new_command(command, settings):
return '{} --no-preserve-root'.format(command.script)
return u'{} --no-preserve-root'.format(command.script)