Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Fix: #67, Errors that were happening in fsoares's tests, at functions… #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

solismesmo
Copy link

…: ft_putstr_fd, ft_putnbr_fd and ft_putendl_fd. The file to be opened did not have the correct permissions (write and read). It was added 'S_IRWXU' flag to 'open' of 'fd' variable

Changes to be committed:
modified: tests/libft/fsoares/test_putendl_fd.c
modified: tests/libft/fsoares/test_putnbr_fd.c
modified: tests/libft/fsoares/test_putstr_fd.c

… at functions: ft_putstr_fd, ft_putnbr_fd and ft_putendl_fd. The file to be opened did not have the correct permissions (write and read). It was added 'S_IRWXU' flag to 'open' of 'fd' variable

 Changes to be committed:
	modified:   tests/libft/fsoares/test_putendl_fd.c
	modified:   tests/libft/fsoares/test_putnbr_fd.c
	modified:   tests/libft/fsoares/test_putstr_fd.c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant