Merge pull request #464 from matthiasbeyer/imag-store/tests-utils-source-fix
Fix: sourcing of test-util helper functions fixed
This commit is contained in:
commit
68621353be
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-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-store $*
|
||||
|
|
Loading…
Reference in a new issue