diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 22:08:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 22:08:31 (EDT) |
commit | 746e2be367841d8f58e1e92fd57ee31332c61270 (patch) | |
tree | ead08eec4358937a1a5163e478c16694527c9b51 /Makefile.am | |
parent | e6c27aefbdf79de532cdce155797482f07928e2b (diff) |
Makefile.am: s/TEST_LOG_DRIVER/SH_LOG_DRIVER/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7cb8cc3..744f436 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ EXTRA_DIST = \ tests/aux/tap-functions.sh TEST_EXTENSIONS = .sh -TEST_LOG_DRIVER = \ +SH_LOG_DRIVER = \ AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh .builddirstamp: |