mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
stress2: Update expetced errno
This commit is contained in:
parent
f619b21d0f
commit
cefb959e18
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue