From 884b5b343a6e60cb2a8ae23cbb8affd651b20fd8 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Sun, 20 Jul 2008 20:24:45 +0000 Subject: * tests/fileName.test: Repaired the failing test fileName-15.7 from dkf's commit earlier today. --- ChangeLog | 5 +++++ tests/fileName.test | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ebe7ee7..16afffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-20 Kevin B. Kenny + + * tests/fileName.test: Repaired the failing test fileName-15.7 + from dkf's commit earlier today. + 2008-07-20 Donal K. Fellows * generic/tclDictObj.c (SetDictFromAny): Make the list->dict diff --git a/tests/fileName.test b/tests/fileName.test index af2a024..b1125de 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.52 2008/07/20 11:33:41 dkf Exp $ +# RCS: @(#) $Id: fileName.test,v 1.53 2008/07/20 20:24:45 kennykb Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -1331,7 +1331,7 @@ test filename-15.6 {unix specific globbing} -constraints {unix} -setup { catch {file delete -force globTest/odd\\\[\]*?\{\}name} test filename-15.7 {win specific globbing} -constraints {win} -body { glob ~ -} -match glob -result {*[^/]} +} -match regexp -result {[^/]$} test filename-15.8 {win and unix specific globbing} -constraints {unixOrWin} -setup { global env set temp $env(HOME) -- cgit v0.12