diff options
-rw-r--r-- | test/plugin_eunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_eunit.mk b/test/plugin_eunit.mk index bd1f0e0..532f699 100644 --- a/test/plugin_eunit.mk +++ b/test/plugin_eunit.mk @@ -275,7 +275,7 @@ eunit-erl-opts: init "-endif." > $(APP)/src/$(APP).erl $i "Check that EUnit uses EUNIT_ERL_OPTS" - $t $(MAKE) -C $(APP) eunit | grep -c "hello" | grep -q 1 + $t $(MAKE) -C $(APP) eunit | grep -c "^hello" | grep -q 1 eunit-fun: init |