Don't pass unsupported -n option to t_rcache
authorKen Raeburn <raeburn@mit.edu>
Fri, 1 Jul 2011 03:26:50 +0000 (03:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 1 Jul 2011 03:26:50 +0000 (03:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25009 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/threads/Makefile.in

index 0cc4be78ae8262d6e872135ef3036d573057f79f..58adde7d7dafa1b0f1bda336b2d69b7f36012c83 100644 (file)
@@ -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)