coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-9.0.193-54bec on Cygwin


From: Bruno Haible
Subject: Re: coreutils-9.0.193-54bec on Cygwin
Date: Wed, 13 Apr 2022 00:11:06 +0200

Pádraig Brady wrote:
> > FAIL: tests/misc/env
> 
> These are due to `env .` being treated as command not found,
> rather than cannot invoke. I saw reference that windows
> createprocess may strip trailing '.', so I'm guessing './' may be ok here.
> Attached uses ./ in this context in these tests.

This change doesn't help, for me.
Both /usr/bin/env and src/env fail with "No such file or directory"
when the argument is . or ./ — no difference.

The only way I can make 'env' return with exit code 126 is
  src/env sh -c 'exit 126'

Bruno






reply via email to

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