Skip to content

Commit

Permalink
Removed vestigal optional arg in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
VanL committed Jun 8, 2011
1 parent 05d09a7 commit 6ce6fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def set_location(self, location=littlechef_tests):
"""Change directories to a known location"""
os.chdir(location)

def execute(self, call, cd=True):
def execute(self, call):
"""Executes a command and returns stdout and stderr"""
if WIN32: proc = subprocess.Popen(call,
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Expand Down

0 comments on commit 6ce6fbe

Please sign in to comment.