Fix: sourcing of test-util helper functions fixed
This commit is contained in:
parent
88e89d7927
commit
c098b06504
1 changed files with 1 additions and 1 deletions
|
@ -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 $*
|
||||||
|
|
Loading…
Reference in a new issue