From 0573fb869c9f63872d9061877192def7229e6b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Sep 2015 17:52:24 +0200 Subject: Simplify one check in mibs test --- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 82bb5ba..6bf179c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -447,8 +447,7 @@ core-app-mib: build clean-core-app-mib $t test ! -e $(APP)/ebin/ $t test ! -e $(APP)/include/EX1-MIB.hrl $t test ! -e $(APP)/include/OTP-REG.hrl - $t test ! -e $(APP)/priv/mibs/EX1-MIB.bin - $t test ! -e $(APP)/priv/mibs/OTP-REG.bin + $t test ! -e $(APP)/priv/mibs/ $i "Build the application again" $t $(MAKE) -C $(APP) $v -- cgit v1.2.3