diff options
author | dgp <dgp@users.sourceforge.net> | 2009-08-18 16:27:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-08-18 16:27:20 (GMT) |
commit | 3617c251237d1b3e5b6ff43318ca4094e1af6957 (patch) | |
tree | 1cd3057512d81cf07efa84a7c52a7c81c589eec3 /tests/fileName.test | |
parent | 2fcbc1a3742e8947645f3165956792424d64c635 (diff) | |
download | tcl-3617c251237d1b3e5b6ff43318ca4094e1af6957.zip tcl-3617c251237d1b3e5b6ff43318ca4094e1af6957.tar.gz tcl-3617c251237d1b3e5b6ff43318ca4094e1af6957.tar.bz2 |
nicer test failure mode
Diffstat (limited to 'tests/fileName.test')
-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 cb7f1a3..25c09ea 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.51.8.5 2009/08/18 14:43:59 dgp Exp $ +# RCS: @(#) $Id: fileName.test,v 1.51.8.6 2009/08/18 16:27:20 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1597,7 +1597,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 |