Link vsyslog.lo directly into vsyslog_test to make sure the syslog()

stub gets called.  Otherwise, the real syslog will get called via
libutil on AIX.
This commit is contained in:
Todd C. Miller
2017-02-13 20:33:42 -07:00
parent f59327bc5c
commit 4dad181be3

View File

@@ -134,7 +134,7 @@ STRSPLIT_TEST_OBJS = strsplit_test.lo
PARSE_GIDS_TEST_OBJS = parse_gids_test.lo
VSYSLOG_TEST_OBJS = vsyslog_test.lo
VSYSLOG_TEST_OBJS = vsyslog_test.lo vsyslog.lo
all: libsudo_util.la