Skip to content

Commit

Permalink
Fix for Unix/Linux test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wettenhj committed Jan 5, 2017
1 parent 7e154ad commit cc40d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxupdatedemo/tests/test_freeze_update_available.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def test_freeze_update_available(self):
tar = tarfile.open(buildFilename, "r:gz")
tar.extractall()
tar.close()
pathToExe = APP_NAME
pathToExe = os.path.join(newDir, APP_NAME)

sys.stderr.write("\n\nTesting ability to apply patch update...\n")

Expand Down

0 comments on commit cc40d08

Please sign in to comment.