From 0b9c5c975e0f6e4aa4f0c7bf05961e546786dc2e Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 2 Feb 2014 17:00:05 -0800 Subject: [PATCH] fix(test.sh): use . not source --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index b59212fa7..6f5cee203 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -source ./build +. ./build go test -i ./store go test -v ./store