Fix: sourcing of test-util helper functions fixed

This commit is contained in:
Matthias Beyer 2016-06-07 20:46:49 +02:00
parent 88e89d7927
commit c098b06504

View file

@ -1,4 +1,4 @@
source $(dirname ${BASH_SOURCE[0]})/../tests/utils.sh source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
imag-store() { imag-store() {
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-store $* imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-store $*