Skip to content

Commit b5d93de

Browse files
committed
Fix NTA makefile issue : no need to assign shell variable to TESTS_ENVIRONMENT because AM_TESTS_ENVIRONMENT have not predefined value.
1 parent 8566a17 commit b5d93de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsofia-sip-ua/nta/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dist_noinst_SCRIPTS = run_test_nta_api run_test_nta
3030

3131
TESTS = run_check_nta run_test_nta_api run_test_nta
3232

33-
TESTS_ENVIRONMENT = $(SHELL)
33+
#TESTS_ENVIRONMENT = $(SHELL)
34+
TESTS_ENVIRONMENT =
3435

3536
# ----------------------------------------------------------------------
3637
# Rules for building the targets

0 commit comments

Comments
 (0)