From 524ca8ba73c9b3094c5425894e3bd5658d7f4d02 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 21 Apr 2019 23:01:56 -0400 Subject: tests/parse_control.common.sh: Fix load_locale() call Fixes: ./tests/parse_control.basic: 92: ./tests/parse_control.basic: load_locale: not found --- (limited to 'tests') diff --git a/tests/local.mk b/tests/local.mk index 2920d12..42ac039 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -12,6 +12,7 @@ tests_parse_control_basic_SOURCES = \ tests/parse_control.common.sh \ tests/aux/common.sh \ tests/aux/tap-functions.sh \ + src/locale.sh \ src/output.sh \ src/control.sh tests_parse_control_basic_LDADD = $(tests_parse_control_basic_SOURCES:.sh=.sho) diff --git a/tests/parse_control.common.sh b/tests/parse_control.common.sh index c8a413c..513d65c 100644 --- a/tests/parse_control.common.sh +++ b/tests/parse_control.common.sh @@ -18,8 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # . -load_locale - HT=' ' LF=' ' @@ -40,6 +38,8 @@ main() { plan_ 1 + load_locale + parse_control - field para "${req_fields}" <<-EOF ${packages} EOF -- cgit v0.9.1