瀏覽代碼

fix(test.sh): use . not source

Brandon Philips 12 年之前
父節點
當前提交
0b9c5c975e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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