From c6a3c5953c725382438adb91f97a40c184fbb15f Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 27 Oct 2011 15:08:24 +0000 Subject: Added test case to the test suite --- tests/fileSystem.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/fileSystem.test b/tests/fileSystem.test index 2acdbd2..b3a9aca 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -1094,6 +1094,10 @@ test filesystem-9.9 {path objects and glob and file tail and tilde} { set res } {0 0 0 0 1} +test filesystem-10.1 {Bug 3414754} { + string match */ [file join [pwd] foo/] +} 0 + cleanupTests unset -nocomplain drive } -- cgit v0.12