diff options
| author | Peter Holm <pho@FreeBSD.org> | 2021-03-15 11:16:52 +0000 |
|---|---|---|
| committer | Peter Holm <pho@FreeBSD.org> | 2021-03-15 11:16:52 +0000 |
| commit | cefb959e18efd7da76724fdacdfb7031ec06fa94 (patch) | |
| tree | 1f8bcc0206b285fa78cab53fe94a21d5c185e730 | |
| parent | f619b21d0f42dfef1c82f4d4f0187ed5b563d69e (diff) | |
stress2: Update expetced errno
| -rwxr-xr-x | tools/test/stress2/misc/beneath4.sh | 4 |
1 files 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 |
