zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 04redirect.ztst closes 3.
@ 2000-01-06  0:06 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 2000-01-06  0:06 UTC (permalink / raw)
  To: zsh-workers

On NFS, unlinking opened file creates .nfsXXXX in same directory.  So
rm -rf may not be able to remove a directory.

Z:akr@is27e1u11% make check
...
../../zsh-3.1.6-dev-14/Test/04redirect.ztst: all tests successful.
rm: Unable to remove directory /home/fs114/akr/zsh/z/sunos5/Test/redir.tmp: File exists
...

Index: Test/04redirect.ztst
===================================================================
RCS file: /projects/zsh/zsh/Test/04redirect.ztst,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 04redirect.ztst
--- Test/04redirect.ztst	1999/12/21 23:12:01	1.1.1.1
+++ Test/04redirect.ztst	2000/01/05 23:45:18
@@ -64,6 +64,7 @@
 >hello
 >goodbye
 
+  exec 3<&-
   read foo <&-
 1:'<&-' redirection
 
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-06  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-06  0:06 PATCH: 04redirect.ztst closes 3 Tanaka Akira

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).