diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 18:07:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 18:07:34 +0000 |
commit | 6f1acb30c1e30c6470092953ac75e665c4ba6bfb (patch) | |
tree | e56d2b78746534bc725c091d3931cc4a23ea1d8d /nptl/Makefile | |
parent | 80b5421740a2aeed70072c378762005b671086af (diff) | |
download | glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.tar glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.tar.gz glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.tar.bz2 glibc-6f1acb30c1e30c6470092953ac75e665c4ba6bfb.zip |
Update.
* test-skeleton.c (main): Request getopt to not reorder the
command line.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 426ac07653..85ba98ad20 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -169,7 +169,7 @@ tests = tst-attr1 tst-attr2 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ tst-signal6 \ - tst-exec1 tst-exec2 tst-exec3 \ + tst-exec1 tst-exec2 tst-exec3 tst-exec4 \ tst-exit1 \ tst-stdio1 tst-stdio2 \ tst-stack1 \ @@ -408,3 +408,5 @@ $(objpfx)tst-cancel-wrappers.out: tst-cancel-wrappers.sh $(objpfx)libpthread.a > $@ endif endif + +tst-exec4-ARGS = $(built-program-cmd) |