Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2021 11:17:32 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cefb959e18ef - main - stress2:	 Update expetced errno
Message-ID:  <202103151117.12FBHW4W051427@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=cefb959e18efd7da76724fdacdfb7031ec06fa94

commit cefb959e18efd7da76724fdacdfb7031ec06fa94
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2021-03-15 11:16:52 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2021-03-15 11:16:52 +0000

    stress2:         Update expetced errno
---
 tools/test/stress2/misc/beneath4.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/test/stress2/misc/beneath4.sh b/tools/test/stress2/misc/beneath4.sh
index f1a5c8817662..0f51980cb75a 100755
--- a/tools/test/stress2/misc/beneath4.sh
+++ b/tools/test/stress2/misc/beneath4.sh
@@ -124,8 +124,8 @@ $dir/beneath4 $top c                         0x2000  0 || s=1
 $dir/beneath4 $top d                         0x2000 93 || s=1
 $dir/beneath4 $top e                         0x2000 93 || s=1
 $dir/beneath4 $top fifo                      0x2000  0 || s=1
-$dir/beneath4 $top $top/../../beneath4.d/a/a 0x2000 22 || s=1
-$dir/beneath4 $top $top/..                   0x2000 22 || s=1
+$dir/beneath4 $top $top/../../beneath4.d/a/a 0x2000 93 || s=1
+$dir/beneath4 $top $top/..                   0x2000 93 || s=1
 $dir/beneath4 $top ../a                      0x2000 93 || s=1
 printf "\nNo flag\n"
 $dir/beneath4 $top ../a                      0x0000  0 || s=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103151117.12FBHW4W051427>