From a4cdc25c672dba6eacbeb3cdfaebab6f2638bcd4 Mon Sep 17 00:00:00 2001 From: dhruvecosmob Date: Thu, 10 Feb 2022 21:27:13 +0530 Subject: [PATCH] Fix NTA makefile issue : no need to assign shell variable to TESTS_ENVIRONMENT because AM_TESTS_ENVIRONMENT have not predefined value. --- libsofia-sip-ua/nta/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsofia-sip-ua/nta/Makefile.am b/libsofia-sip-ua/nta/Makefile.am index c450fd1a..e77739b5 100644 --- a/libsofia-sip-ua/nta/Makefile.am +++ b/libsofia-sip-ua/nta/Makefile.am @@ -30,7 +30,8 @@ dist_noinst_SCRIPTS = run_test_nta_api run_test_nta TESTS = run_check_nta run_test_nta_api run_test_nta -TESTS_ENVIRONMENT = $(SHELL) +#TESTS_ENVIRONMENT = $(SHELL) +TESTS_ENVIRONMENT = # ---------------------------------------------------------------------- # Rules for building the targets