You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: