tests/test-init.t
changeset 16974 01ed5bb5cd41
parent 16915 ccebe526d321
child 18356 752f77ef7202
equal deleted inserted replaced
16973:3d71807c3a48 16974:01ed5bb5cd41
   134   hg init "https"... ok
   134   hg init "https"... ok
   135   hg init "old-http"... ok
   135   hg init "old-http"... ok
   136   hg init "ssh"... ok
   136   hg init "ssh"... ok
   137   hg init "static-http"... ok
   137   hg init "static-http"... ok
   138   hg init "with space"... ok
   138   hg init "with space"... ok
   139 #if no-windows
   139 #if eol-in-paths
   140 /* " " is not a valid name for a directory on Windows */
   140 /* " " is not a valid name for a directory on Windows */
   141   $ hg init " "
   141   $ hg init " "
   142   $ test -d " "
   142   $ test -d " "
   143   $ test -d " /.hg"
   143   $ test -d " /.hg"
   144 #endif
   144 #endif