summaryrefslogtreecommitdiff
path: root/libc/posix/bug-glob2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/posix/bug-glob2.c')
-rw-r--r--libc/posix/bug-glob2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/posix/bug-glob2.c b/libc/posix/bug-glob2.c
index a8ffcb0bc..abae19b71 100644
--- a/libc/posix/bug-glob2.c
+++ b/libc/posix/bug-glob2.c
@@ -276,7 +276,7 @@ do_test (void)
!= GLOB_ABORTED)
{
puts ("glob did not fail with GLOB_ABORTED");
- exit (EXIT_FAILURE);
+ exit (EXIT_FAILURE);
}
globfree (&gl);
@@ -288,7 +288,7 @@ do_test (void)
if (glob ("dir2/*", GLOB_DOOFFS, NULL, &gl) != GLOB_NOMATCH)
{
puts ("glob did not fail with GLOB_NOMATCH");
- exit (EXIT_FAILURE);
+ exit (EXIT_FAILURE);
}
globfree (&gl);