fix(test.sh): use . not source

release-0.4
Brandon Philips 2014-02-02 17:00:05 -08:00
parent 272dc343ef
commit 0b9c5c975e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
source ./build
. ./build
go test -i ./store
go test -v ./store