diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-01-07 13:26:42 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-01-07 13:26:42 +0100 |
commit | 516c45013d9fa31905f172e6fc7ca9072b5148cf (patch) | |
tree | 9f2a06d8ac3f4d2e10647688301f9fa2ba14b44a /test/nptl/Makefile.in | |
parent | 638a23483b40c5b606ee323e6612e7e454e5154b (diff) |
test: Adjust passed options
to follow suit 067637375658047d70c296606ae17ef0bc86499d
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index dd53f9102..42a4654d6 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -207,7 +207,7 @@ tst-tls5: tst-tls5mod.so tst-cleanupx4 : tst-cleanup4aux.o tst-fini1: tst-fini1mod.so -OPTS_tst-cancel7 = --command ./tst-cancel7 +OPTS_tst-cancel7 = -c ./tst-cancel7 OPTS_tst-mqueue7 = -- ./tst-mqueue7 OPTS_tst-exec4 = ./tst-exec4 |