From b362d4ddb335dda487417ff1a59e97946c2c2819 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Feb 2016 17:02:16 +0200 Subject: Make sure time.conf always exists cliapp has become snarky about config files the user specifies with --config that do not actually exist. This is good of cliapp, but broke the jt test suite, which sometimes has and sometimes hasn't got a time.conf. We fix this by make sure time.conf always exists, even if it's empty. --- yarns/yarn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/yarns/yarn.sh b/yarns/yarn.sh index 1f02369..04539da 100644 --- a/yarns/yarn.sh +++ b/yarns/yarn.sh @@ -24,6 +24,7 @@ run_jt() { set +e + touch "$DATADIR/time.conf" EDITOR=true \ "$SRCDIR/jt" --no-default-config \ --config "$DATADIR/source.conf" \ -- cgit v1.2.1