From e70967071c3cadbe8e53ee3136451edaf78c98c9 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 13 Oct 2015 13:47:58 +0000 Subject: Fix [908b78de9a6534d6]: winDialog.test terminates in error --- tests/winDialog.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12