Parcourir la source

fix(test.sh): use . not source

Brandon Philips il y a 12 ans
Parent
commit
0b9c5c975e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test.sh

+ 1 - 1
test.sh

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