summaryrefslogtreecommitdiffstats
path: root/tests/regexpComp.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-07-05 10:38:41 (GMT)
committerdkf <dkf@noemail.net>2002-07-05 10:38:41 (GMT)
commit3132b7240c527cf71ec48e2773717959c990af5e (patch)
treebaa4c102aff8ec62a52114ea6ce1cacb8237f8c7 /tests/regexpComp.test
parent62f5a36b192ced66f838b1a9a6e3973ffe932b1f (diff)
downloadtcl-3132b7240c527cf71ec48e2773717959c990af5e.zip
tcl-3132b7240c527cf71ec48e2773717959c990af5e.tar.gz
tcl-3132b7240c527cf71ec48e2773717959c990af5e.tar.bz2
Made many tests work properly when the current directory is not writable.
Added targets to unix/Makefile.in to facilitate testing of this situation. FossilOrigin-Name: 725b23357f2845f2c1d887777bc6ed9dd86a8161
Diffstat (limited to 'tests/regexpComp.test')
-rw-r--r--tests/regexpComp.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/regexpComp.test b/tests/regexpComp.test
index cc17af5..20492c9 100644
--- a/tests/regexpComp.test
+++ b/tests/regexpComp.test
@@ -595,8 +595,7 @@ test regexp-14.2 {CompileRegexp: regexp cache, different flags} {
# There is no exec on the Mac ...
test regexp-14.3 {CompileRegexp: regexp cache, empty regexp and empty cache} {unixOrPc} {
- makeFile {puts [regexp {} foo]} junk.tcl
- exec $::tcltest::tcltest junk.tcl
+ exec $::tcltest::tcltest [makeFile {puts [regexp {} foo]} junk.tcl]
} 1
test regexp-15.1 {regexp -start} {