From: Jeff Hobbs Date: Wed, 3 Dec 2008 08:19:27 +0000 (+0000) Subject: * tests/vfsFtp.test: correct unmount ordering X-Git-Tag: vfs-1-4~1 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=4ecad8eb781b91a06c92d0ea704612a1921c0ebc;p=tclvfs * tests/vfsFtp.test: correct unmount ordering --- diff --git a/ChangeLog b/ChangeLog index c1f917b..1922ba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-12-03 Jeff Hobbs + * tests/vfsFtp.test: correct unmount ordering + * library/tclprocvfs.tcl (vfs::ns::matchindirectory): Handle the single item dir/file, and don't add a slash for single proc. diff --git a/tests/vfsFtp.test b/tests/vfsFtp.test index 92df8f9..f815c8b 100644 --- a/tests/vfsFtp.test +++ b/tests/vfsFtp.test @@ -38,10 +38,8 @@ test vfsFtp-1.3 {mount and source} { } {This was returned from a remote file} # cleanup -catch { - vfs::ftp::Unmount ftp://ftp.ucsd.edu/pub/alpha/ localmount -} cd $dir +catch {vfs::unmount localmount} ::tcltest::cleanupTests return