summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel <daniel@openbsd.org>2014-12-17 00:10:22 +0000
committerdaniel <daniel@openbsd.org>2014-12-17 00:10:22 +0000
commitcd0cb77fee740a398cda19c766704a388faebe7b (patch)
tree21bae42b83fbcbe4af9947685dd41180bdb3bf9a
parentinstall both ld.so with mode 444 (diff)
downloadwireguard-openbsd-cd0cb77fee740a398cda19c766704a388faebe7b.tar.xz
wireguard-openbsd-cd0cb77fee740a398cda19c766704a388faebe7b.zip
increase to 2048 to prevent failure. ok deraadt@
-rw-r--r--regress/sys/ddb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/ddb/Makefile b/regress/sys/ddb/Makefile
index 5a891bf30d2..e2cdba8e376 100644
--- a/regress/sys/ddb/Makefile
+++ b/regress/sys/ddb/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2010/06/20 14:22:39 phessler Exp $
+# $OpenBSD: Makefile,v 1.4 2014/12/17 00:10:22 daniel Exp $
.if (${MACHINE} == "i386")
REGRESS_TARGETS+= size
@@ -13,7 +13,7 @@ size: clean
cd build; \
make db_hangman.o; \
if [ `size db_hangman.o | \
- awk 'BEGIN {getline} {print $$1+$$2}'` -gt 1024 ]; \
+ awk 'BEGIN {getline} {print $$1+$$2}'` -gt 2048 ]; \
then \
echo 'hangman is too big!!!'; \
false; \