From 6059d873a57a7d89d531a0c42dee03df68c0e7f0 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 7 Nov 2019 19:13:28 +0100 Subject: [PATCH] Fix stray 'g' that sneaked in last test update Signed-off-by: Joachim Nilsson --- test/api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.sh b/test/api.sh index 17b141d..763f63d 100755 --- a/test/api.sh +++ b/test/api.sh @@ -3,7 +3,7 @@ set -ex if [ x"${srcdir}" = x ]; then srcdir=. fi -g. ${srcdir}/test.rc +. ${srcdir}/test.rc export MSG="no-openlog-apitest"