Browse Source

Simplify one check in mibs test

Loïc Hoguin 9 years ago
parent
commit
0573fb869c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      test/Makefile

+ 1 - 2
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