Commit b2c64668 authored by Jason R. Coombs's avatar Jason R. Coombs

Fix failing test (now that expectation is different).

parent 3b68368e
......@@ -438,7 +438,7 @@ class TestScriptHeader:
assert actual == expected
actual = ScriptWriter.get_script_header('#!/usr/bin/python',
executable=self.exe_with_spaces)
executable='"'+self.exe_with_spaces+'"')
expected = '#!"%s"\n' % self.exe_with_spaces
assert actual == expected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment