zfsonlinux/fstest

mkdir/00.t mkfifo/00.t open/00.t wrong expect values?

pyavdr opened this issue · 0 comments

Hi Brian,

i checked these tests and see some errors here, which are maybe just typos :

mkdir/00.t tests 9,12,15
expect dir,0100 lstat ... should be expect dir, 0151
expect dir,0305 lstat ... should be expect dir, 0345
expect dir,0244 lstat ... should be expect dir, 0345

mkfifo/00.t tests 9,12,15
expect fifo,0100 lstat ... should be expect fifo, 0151
expect fifo,0305 lstat ... should be expect fifo, 0345
expect fifo,0244 lstat ... should be expect fifo, 0345

open/00.t test 9,12,15
expect regular,0100 lstat ... should be expect regular, 0151
expect regular,0305 lstat ... should be expect regular, 0345
expect regular,0244 lstat ... should be expect regular, 0345

Im not really sure about ist, but with this changes all tests running fine.