[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.1.8-pre); Couldn't find exist status of `test -e dir`
From: |
Michael Albinus |
Subject: |
Re: tramp (2.1.8-pre); Couldn't find exist status of `test -e dir` |
Date: |
Wed, 17 Jan 2007 12:35:27 +0100 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) |
Zhihong Zhang <address@hidden> writes:
> Couldn't find exist status of `test -e dir`
>
> after entering password.
>
> This only happens to one host, which is a solaris,
>
> SunOS io 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Blade-100
>
> It works fine when file is on a Linux host.
Tramp needs to detect which "test" command it can apply on a remote
host. It prefers "test -e", but this does not work with all shells.
In your case, it has decided to use it.
Could you, please, apply the following commands on your solaris host,
and show the results?
/bin/sh
test -e /
echo tramp_exit_status $?
test -e /\ this\ file\ does\ not\ exist\
echo tramp_exit_status $?
test -e /export/home/zhang/cvswork/
echo tramp_exit_status $?
> Thanks!
>
> Zhihong
Best regards, Michael.