summaryrefslogtreecommitdiff
path: root/src/pkg/exp/eval/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/exp/eval/test.bash')
-rwxr-xr-xsrc/pkg/exp/eval/test.bash6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pkg/exp/eval/test.bash b/src/pkg/exp/eval/test.bash
index 5d9ba1ae7..50b61fd00 100755
--- a/src/pkg/exp/eval/test.bash
+++ b/src/pkg/exp/eval/test.bash
@@ -10,10 +10,8 @@
set -e
-GOBIN="${GOBIN:-$HOME/bin}"
-
-"$GOBIN"/gomake
-"$GOBIN"/6g main.go && "$GOBIN"/6l main.6
+gomake
+6g main.go && 6l main.6
(
for i in $(egrep -l '// \$G (\$D/)?\$F\.go \&\& \$L \$F\.\$A && \./\$A\.out' "$GOROOT"/test/*.go "$GOROOT"/test/*/*.go)
do