aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-23 12:55:46 +0200
committerLoïc Hoguin <[email protected]>2022-05-23 12:55:46 +0200
commit4efae243e3b16acc025555c68eb8ab892b1b7be9 (patch)
tree2136989020a3b0d315740cf8bad26b46d1d36636 /test
parent714995dddd7162b1269a8902ac9b435dadebf7f3 (diff)
downloaderlang.mk-4efae243e3b16acc025555c68eb8ab892b1b7be9.tar.gz
erlang.mk-4efae243e3b16acc025555c68eb8ab892b1b7be9.tar.bz2
erlang.mk-4efae243e3b16acc025555c68eb8ab892b1b7be9.zip
Fix bootstrap-rel test
Diffstat (limited to 'test')
-rw-r--r--test/plugin_bootstrap.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/plugin_bootstrap.mk b/test/plugin_bootstrap.mk
index 251de7a..7093fce 100644
--- a/test/plugin_bootstrap.mk
+++ b/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