From 4ecad8eb781b91a06c92d0ea704612a1921c0ebc Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Wed, 3 Dec 2008 08:19:27 +0000 Subject: [PATCH] * tests/vfsFtp.test: correct unmount ordering --- ChangeLog | 2 ++ tests/vfsFtp.test | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.23.0