curl-library
Re: File tests in msys
Date: Fri, 26 Mar 2004 14:27:58 +0100
Hi,
> Ok. But since the test suite can run in just about in any path, not just in
> /home or /usr, it needs to make something clever and probably scan for the
> most suitable path in the mount output.
>
> Can you show me what mount outputs in a typical mingw environment?
The mount command returns:
C:\DOCUME~1\ADMINI~1.TOP\CONFIG~1\Temp on /tmp type user (binmode,noumount)
c:\ActiveState\perl on /perl type user (binmode)
C:\msys\1.0\bin on /usr/bin type user (binmode,cygexec,noumount)
C:\msys\1.0\bin on /bin type user (binmode,cygexec,noumount)
C:\msys\1.0 on / type user (binmode,noumount)
C:\msys\1.0 on /usr type user (binmode,noumount)
c:\mingw on /mingw type user (binmode)
a: on /a type user (binmode,noumount)
c: on /c type user (binmode,noumount)
d: on /d type user (binmode,noumount)
e: on /e type user (binmode,noumount)
f: on /f type user (binmode,noumount)
g: on /g type user (binmode,noumount)
The 'real' directory structure is:
c:\msys\1.0\
|
|bin
|dev
|doc
|etc
|home
|include
|info
|lib
|local
|man
|share
Andres
Received on 2004-03-26