From f4fb3e7f047b731c5cd52d3c0b6cedcd75d9b4b9 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 11 Apr 2022 15:45:42 -0700 Subject: 50043: avoid spurious test failures when "make check" as root --- Test/E03posix.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/E03posix.ztst') diff --git a/Test/E03posix.ztst b/Test/E03posix.ztst index caab97ab6..6ac4d1732 100644 --- a/Test/E03posix.ztst +++ b/Test/E03posix.ztst @@ -153,7 +153,7 @@ F:This may also need to apply to multibyte whitespace F:POSIX has neither math functions nor floating point >42 - ARGV0=sh $ZTST_testdir/../Src/zsh -c 'EUID=10; echo "$EUID"' + ARGV0=sh $ZTST_testdir/../Src/zsh -c 'EUID=1; EUID=10; echo $EUID' -f:EUID is not a special variable >10 -- cgit 1.4.1