Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pyavdr opened this issue Apr 5, 2012 · 0 comments
Open

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

pyavdr opened this issue Apr 5, 2012 · 0 comments

Comments

@pyavdr
Copy link

pyavdr commented Apr 5, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant