diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 12:10:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 12:10:51 -0700 |
commit | c27849fbbf94f240704ac648f6b57daec08f0533 (patch) | |
tree | 739a7f3f6f6453e4aee5ddf71ab06b713d7344e9 /posix/Makefile | |
parent | 8f2e39941309c1a590e71b9a8035dbbc7e587fae (diff) | |
download | glibc-c27849fbbf94f240704ac648f6b57daec08f0533.tar.gz glibc-c27849fbbf94f240704ac648f6b57daec08f0533.tar.xz glibc-c27849fbbf94f240704ac648f6b57daec08f0533.zip |
Add test for last glob bug.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 2a467a8f7b..1a369ddf84 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000-2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000-2007, 2009, 2010 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -86,7 +86,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-nice tst-nanosleep tst-regex2 \ transbug tst-rxspencer tst-pcre tst-boost \ bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 tst-waitid \ - tst-getaddrinfo2 bug-glob1 bug-glob2 tst-sysconf \ + tst-getaddrinfo2 bug-glob1 bug-glob2 bug-glob3 tst-sysconf \ tst-execvp1 tst-execvp2 tst-execlp1 tst-execlp2 \ tst-execv1 tst-execv2 tst-execl1 tst-execl2 \ tst-execve1 tst-execve2 tst-execle1 tst-execle2 \ |