Re: [PATCH 2/2] fix (rest of the) out of tree build

2016-11-29 Thread David Bremner
Tomi Ollila writes: > +# Like $TEST_DIRECTORY this needs to be absolute as working directories > change. > +SOURCE_DIRECTORY=$( > + case $NOTMUCH_SRCDIR in /*) cd "$NOTMUCH_SRCDIR" ;; > + *) cd "../$NOTMUCH_SRCDIR" > + esac > +

[PATCH 2/2] fix (rest of the) out of tree build

2016-11-25 Thread Tomi Ollila
From: Tomi Ollila With working tests (on various Linux systems). --- V3 of id:1479146030-17083-1-git-send-email-tomi.oll...@iki.fi configure | 6 -- test/test-lib-common.sh | 7 +++ test/test-lib.sh| 4 ++-- 3 files changed, 13 insertions(+),