diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-13 13:47:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-13 13:47:58 (GMT) |
commit | e70967071c3cadbe8e53ee3136451edaf78c98c9 (patch) | |
tree | e5f2b0b12c8ccdd69f29343263358a8cab998da9 /tests/winDialog.test | |
parent | 73f570edce09082a865ef4a9f58569be3b120197 (diff) | |
download | tk-e70967071c3cadbe8e53ee3136451edaf78c98c9.zip tk-e70967071c3cadbe8e53ee3136451edaf78c98c9.tar.gz tk-e70967071c3cadbe8e53ee3136451edaf78c98c9.tar.bz2 |
Fix [908b78de9a6534d6]: winDialog.test terminates in error
Diffstat (limited to 'tests/winDialog.test')
-rw-r--r-- | tests/winDialog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index 3dc73ac..481ab42 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -518,7 +518,7 @@ test winDialog-5.12.2 {tk_getSaveFile: initial directory: ~user} -constraints { Click ok } return $x -} -result [file normalize [file join $::env(USERPROFILE) "5 12 2"]] +} -result [file normalize [file join ~$::env(USERNAME) "5 12 2"]] test winDialog-5.12.3 {tk_getSaveFile: initial directory: .} -constraints { nt testwinevent |