From d7c1d78f3f4f6bfba9d1a1a3a91588b86bb72461 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 1 Jul 2011 03:26:50 +0000 Subject: [PATCH] Don't pass unsupported -n option to t_rcache git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25009 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/threads/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in index 0cc4be78a..58adde7d7 100644 --- a/src/tests/threads/Makefile.in +++ b/src/tests/threads/Makefile.in @@ -13,9 +13,8 @@ SRCS=$(srcdir)/t_rcache.c \ all:: -N = 4 run-t_rcache: t_rcache - $(RUN_SETUP) $(VALGRIND) ./t_rcache -n $(N) + $(RUN_SETUP) $(VALGRIND) ./t_rcache t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS) $(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS) -- 2.26.2