diff --git a/tests/integration.mk b/tests/integration.mk
index 04c468e2650e97c28defa6738fed43fdb5a11fea..50bbfec48c3982434d70985fc8d3b95062e5d87e 100644
--- a/tests/integration.mk
+++ b/tests/integration.mk
@@ -18,7 +18,7 @@ $(eval $(call make_shared,_test_integration,tests))
 ifeq ($(PLATFORM),Darwin)
 	preload_syms := DYLD_INSERT_LIBRARIES=tests/libmock_calls.dylib
 else
-	preload_syms := LD_PRELOAD=tests/libmock_cals.so
+	preload_syms := LD_PRELOAD=tests/libmock_calls.so
 endif
 
 check-integration: $(libmock_calls) $(_test_integration)