From c098b065042c9bb1466a33ceca9a8221d4ee21cf Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 7 Jun 2016 20:46:49 +0200 Subject: [PATCH] Fix: sourcing of test-util helper functions fixed --- imag-store/tests/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-store/tests/utils.sh b/imag-store/tests/utils.sh index adf6cd88..34e92600 100644 --- a/imag-store/tests/utils.sh +++ b/imag-store/tests/utils.sh @@ -1,4 +1,4 @@ -source $(dirname ${BASH_SOURCE[0]})/../tests/utils.sh +source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh imag-store() { imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-store $*