X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=test%2Fnptl%2Ftst-cancel7.c;h=616c0a8cee0def94b0d2bfdf31d6af5164b42ac2;hb=f03fbbb009c0df52d363719a592e2ac33577d9a6;hp=16cc47cff6423ad88625c5ed6b99e2506eb057fa;hpb=9e22545a13d62299c59b048ae5923bf6da14ff9f;p=uclinux-h8%2Fuclibc-ng.git diff --git a/test/nptl/tst-cancel7.c b/test/nptl/tst-cancel7.c index 16cc47cff..616c0a8ce 100644 --- a/test/nptl/tst-cancel7.c +++ b/test/nptl/tst-cancel7.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include @@ -33,7 +32,7 @@ char pidfilename[] = "/tmp/tst-cancel7-XXXXXX"; static void * tf (void *arg) { - const char *args = " --direct --pidfile "; + const char *args = " -d -p "; char *cmd = alloca (strlen (command) + strlen (args) + strlen (pidfilename) + 1);