Browse Source

Fix bootstrap-rel test

Loïc Hoguin 2 years ago
parent
commit
4efae243e3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      test/plugin_bootstrap.mk

+ 0 - 3
test/plugin_bootstrap.mk

@@ -201,9 +201,6 @@ bootstrap-rel: init
 	$t cp ../erlang.mk $(APP)/
 	$t $(MAKE) -C $(APP) -f erlang.mk bootstrap bootstrap-rel $v
 
-	$i "Add Relx to the list of release dependencies"
-	$t perl -ni.bak -e 'print;if ($$.==1) {print "REL_DEPS = relx\n"}' $(APP)/Makefile
-
 	$i "Check that all bootstrapped files exist"
 	$t test -f $(APP)/Makefile
 	$t test -f $(APP)/relx.config