bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "" as target of symlink kills translator


From: Neal H Walfield
Subject: Re: "" as target of symlink kills translator
Date: Thu, 21 Jun 2001 21:42:52 -0500
User-agent: Mutt/1.3.18i

> Please show test cases that clearly exercise the
> particular Hurd RPCs and clearly show the results.  You didn't show
> e.g. `ls -l ""' in isolation, or `ls -Ll foo'.
> 
> You also haven't tested half the code, i.e. "ls -l foo/a" and the like.

neal@desdemona:~/foo (0)$ ls ""
ls: : No such file or directory
neal@desdemona:~/foo (1)$ ls -l ""
ls: : No such file or directory
neal@desdemona:~/foo (1)$ ls -l foo/a
-rw-r--r--    1 neal     neal            0 Jun 20 22:44 foo/a
neal@desdemona:~/foo (0)$ ls -l foo/b
-rw-r--r--    1 neal     neal            0 Jun 20 22:44 foo/b
neal@desdemona:~/foo (0)$ ls -l foo/foo/foo/a
-rw-r--r--    1 neal     neal            0 Jun 20 22:44 foo/foo/foo/a
neal@desdemona:~/foo (0)$ ls -l foo/./foo/./././foo
lrwxr-xr-x    1 neal     neal            0 Jun 20 22:44
foo/./foo/./././foo -> 
neal@desdemona:~/foo (0)$ ls -l foo/./foo/./././foo/a
-rw-r--r--    1 neal     neal            0 Jun 20 22:44
foo/./foo/./././foo/a
neal@desdemona:~/foo (0)$ ls -Ll foo
total 8
-rw-r--r--    1 neal     neal            0 Jun 20 22:44 a
-rw-r--r--    1 neal     neal            0 Jun 20 22:44 b
drwxr-xr-x    2 neal     neal         4096 Jun 21 20:34 bar
-rw-r--r--    1 neal     neal            0 Jun 20 22:44 c
drwxr-xr-x    2 neal     neal         4096 Jun 21 20:34 foo
neal@desdemona:~/foo (0)$ ls foo/../foo/foo/foo/foo
a  b  bar  c  foo
neal@desdemona:~/foo (0)$ 


Anything else?

Attachment: pgpnPppW2Et1e.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]