diff options
author | dgp <dgp@noemail.net> | 2009-08-18 16:27:31 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2009-08-18 16:27:31 (GMT) |
commit | 5bbc6c4d1064511a889b5b724d0986b0ea237a94 (patch) | |
tree | ff5641ca20a6e6dfaeac1baaea050812c21d2cce /tests | |
parent | 777fabb0d7576c50002ae8236dbc324c3b7e6e91 (diff) | |
download | tcl-5bbc6c4d1064511a889b5b724d0986b0ea237a94.zip tcl-5bbc6c4d1064511a889b5b724d0986b0ea237a94.tar.gz tcl-5bbc6c4d1064511a889b5b724d0986b0ea237a94.tar.bz2 |
nicer test failure mode
FossilOrigin-Name: b3cb67cb7552cefed1d0d2a232cf832b2022bdb0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fileName.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fileName.test b/tests/fileName.test index e482770..71f3e6b 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.30.2.12 2009/08/17 20:00:01 dgp Exp $ +# RCS: @(#) $Id: fileName.test,v 1.30.2.13 2009/08/18 16:27:31 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -2071,7 +2071,7 @@ test fileName-20.5 {Bug 2837800} -setup { set savewd [pwd] cd $dd } -body { - glob */test + glob -nocomplain */test } -cleanup { cd $savewd removeFile test $d |