Ver código fonte

fix(test.sh): use . not source

Brandon Philips 12 anos atrás
pai
commit
0b9c5c975e
1 arquivos alterados com 1 adições e 1 exclusões
  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