mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove old variable declaration
This commit is contained in:
parent
c5cf5e92c1
commit
9fe83a34a5
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ class FileReplaceTestCase(TestCase, LoaderModuleMockMixin):
|
|||
|
||||
# not appending if matches
|
||||
with tempfile.NamedTemporaryFile('w+b', delete=False) as tfile:
|
||||
base = 'foo=1\n#baz=42\nbar=2\n'
|
||||
base = os.linesep.join(['foo=1', 'baz=42', 'bar=2'])
|
||||
tfile.write(base)
|
||||
tfile.flush()
|
||||
|
|
Loading…
Add table
Reference in a new issue