Skip to content

Commit

Permalink
Fix NTA makefile issue : no need to assign shell variable to TESTS_EN…
Browse files Browse the repository at this point in the history
…VIRONMENT because AM_TESTS_ENVIRONMENT have not predefined value.
  • Loading branch information
dhruvecosmob authored and andywolk committed Mar 29, 2022
1 parent dd68c44 commit a4cdc25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsofia-sip-ua/nta/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4cdc25

Please sign in to comment.