summaryrefslogtreecommitdiff
path: root/test/uri.test
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-09-20 18:34:38 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-09-20 18:34:38 -0400
commit487e15dc239ccdb3344d1c99ce120e872bab4a74 (patch)
treec986d492f6092ca7b4401d91515f74daed17fae2 /test/uri.test
parent7bb481fda9ecb134804b49c2ce77ca28f7eea583 (diff)
Imported Upstream version 2.0.6
Diffstat (limited to 'test/uri.test')
-rw-r--r--test/uri.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/uri.test b/test/uri.test
index 90074d0..93a32b7 100644
--- a/test/uri.test
+++ b/test/uri.test
@@ -54,9 +54,9 @@ foreach {tn uri file} {
if {$tcl_platform(platform)=="windows"} {
if {$tn>14} break
- set uri [string map [list PWD /[pwd]] $uri]
+ set uri [string map [list PWD /[get_pwd]] $uri]
} else {
- set uri [string map [list PWD [pwd]] $uri]
+ set uri [string map [list PWD [get_pwd]] $uri]
}
if {[file isdir $file]} {error "$file is a directory"}
@@ -274,9 +274,9 @@ foreach {tn uri res} {
} {
if {$tcl_platform(platform)=="windows"} {
- set uri [string map [list PWD [string range [pwd] 3 end]] $uri]
+ set uri [string map [list PWD [string range [get_pwd] 3 end]] $uri]
} else {
- set uri [string map [list PWD [string range [pwd] 1 end]] $uri]
+ set uri [string map [list PWD [string range [get_pwd] 1 end]] $uri]
}
do_test 6.$tn {