Improve import of general tests/cli stuff as per rigel

This commit is contained in:
Ethan Frey
2017-09-04 16:50:09 +02:00
parent 96f96ffc3d
commit 23a539ae6f
10 changed files with 10 additions and 27 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ test00SetGetRemove() {
# Load common then run these tests with shunit2!
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" #get this files directory
CLI_DIR=${DIR}/../../../../tests/cli
CLI_DIR=$GOPATH/src/github.com/cosmos/cosmos-sdk/tests/cli
. $CLI_DIR/common.sh
. $CLI_DIR/shunit2