]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: fixed typo
authorMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 11 May 2015 07:37:34 +0000 (09:37 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 11 May 2015 07:37:34 +0000 (09:37 +0200)
tests/integration.mk

index 04c468e2650e97c28defa6738fed43fdb5a11fea..50bbfec48c3982434d70985fc8d3b95062e5d87e 100644 (file)
@@ -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)