Skip to content

Commit

Permalink
test tools: remove input sanitization from test function
Browse files Browse the repository at this point in the history
  • Loading branch information
laloch committed Mar 19, 2020
1 parent f395bfb commit 60f87bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def is_manually_set(self, key):


def check_exec(input, **kwargs):
if not input.endswith("\n"):
input += "\n"
builtins.__xonsh__.execer.exec(input, **kwargs)
return True

Expand Down

0 comments on commit 60f87bc

Please sign in to comment.