summaryrefslogtreecommitdiffstats
path: root/tests/winDialog.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-13 13:47:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-13 13:47:58 (GMT)
commite70967071c3cadbe8e53ee3136451edaf78c98c9 (patch)
treee5f2b0b12c8ccdd69f29343263358a8cab998da9 /tests/winDialog.test
parent73f570edce09082a865ef4a9f58569be3b120197 (diff)
downloadtk-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.test2
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