From 254a2c58e582e4536ef7a8feada775139e7ca9d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Jan 2017 17:51:29 +0000 Subject: [PATCH] test suite: lib-core: Provide DGIT_BADCOMMIT_FIXUP So that tests can test this program. Signed-off-by: Ian Jackson --- tests/lib-core | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lib-core b/tests/lib-core index 7ed27619..cbfda462 100644 --- a/tests/lib-core +++ b/tests/lib-core @@ -8,10 +8,12 @@ fail () { t-set-intree () { if [ "x$DGIT_TEST_INTREE" = x ]; then return; fi : ${DGIT_TEST:=$DGIT_TEST_INTREE/dgit} + : ${DGIT_BADCOMMIT_FIXUP:=$DGIT_TEST_INTREE/dgit-badcommit-fixup} : ${DGIT_REPOS_SERVER_TEST:=$DGIT_TEST_INTREE/infra/dgit-repos-server} : ${DGIT_SSH_DISPATCH_TEST:=$DGIT_TEST_INTREE/infra/dgit-ssh-dispatch} : ${DGIT_INFRA_PFX:=$DGIT_TEST_INTREE${DGIT_TEST_INTREE:+/infra/}} - export DGIT_TEST DGIT_REPOS_SERVER_TEST DGIT_SSH_DISPATCH_TEST + export DGIT_TEST DGIT_BADCOMMIT_FIXUP + export DGIT_REPOS_SERVER_TEST DGIT_SSH_DISPATCH_TEST export PERLLIB="$DGIT_TEST_INTREE${PERLLIB:+:}${PERLLIB}" } -- 2.30.2