Skip to content
Snippets Groups Projects
Verified Commit 6a97b47d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not expect unistd/isatty

parent 84745ca7
No related branches found
No related tags found
No related merge requests found
Pipeline #5174 passed with warnings
...@@ -82,7 +82,6 @@ EXPECT_NAMES=\ ...@@ -82,7 +82,6 @@ EXPECT_NAMES=\
unistd/ftruncate \ unistd/ftruncate \
unistd/getopt \ unistd/getopt \
unistd/getopt_long \ unistd/getopt_long \
unistd/isatty \
unistd/pipe \ unistd/pipe \
unistd/rmdir \ unistd/rmdir \
unistd/sleep \ unistd/sleep \
...@@ -115,6 +114,7 @@ NAMES=\ ...@@ -115,6 +114,7 @@ NAMES=\
unistd/gethostname \ unistd/gethostname \
unistd/getid \ unistd/getid \
unistd/getpagesize \ unistd/getpagesize \
unistd/isatty \
unistd/link \ unistd/link \
unistd/pathconf \ unistd/pathconf \
unistd/setid \ unistd/setid \
......
Whatever a tty is, it's not me
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment