From 0b0318425b93c4cab2b6a356d7f196dce6393883 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 19 Aug 2009 17:30:07 +0000 Subject: another test --- tests/fileName.test | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/fileName.test b/tests/fileName.test index 4164388..88495f2 100644 --- a/tests/fileName.test +++ b/tests/fileName.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: fileName.test,v 1.62 2009/08/18 17:42:30 dgp Exp $ +# RCS: @(#) $Id: fileName.test,v 1.63 2009/08/19 17:30:07 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -1552,6 +1552,16 @@ test fileName-20.7 {Bug 2806250} -setup { removeDirectory isolate } -result 1 +test fileName-20.8 {Bug 2806250} -setup { + set d [makeDirectory isolate] + makeFile {} ./~test $d +} -body { + file tail [lindex [glob -nocomplain isolate/*] 0] +} -cleanup { + removeFile ./~test $d + removeDirectory isolate +} -result ./~test + # cleanup catch {file delete -force C:/globTest} cd [temporaryDirectory] -- cgit v0.12