Browse Source

fix(test.sh): use . not source

Brandon Philips 12 years ago
parent
commit
0b9c5c975e
1 changed files with 1 additions and 1 deletions
  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