aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index b7e8724..4dcd3d9 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -16,7 +16,7 @@ APP = test_$(subst -,_,$@)
# Erlang, quickly!
-ERL = erl +A0 -noinput -boot start_clean
+ERL = erl +A0 -noinput -boot no_dot_erlang
# Platform detection, condensed version.