Explorar o código

fix(test.sh): use . not source

Brandon Philips %!s(int64=12) %!d(string=hai) anos
pai
achega
0b9c5c975e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test.sh

+ 1 - 1
test.sh

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