summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2008-03-26 09:50:20 -0700
committerRobert Griesemer <gri@golang.org>2008-03-26 09:50:20 -0700
commit966105d2c48faf6656dea26761c910f14399f60e (patch)
tree194e3b03fc49c3e22358a7b04922881ce5cc22fb /test
parent6cbb50ac6dca6176685ba9b6e165e691f00cb47c (diff)
downloadgolang-966105d2c48faf6656dea26761c910f14399f60e.tar.gz
- fixed my scripts
SVN=113864
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtests.sh b/test/runtests.sh
index 75b7ae26a..48f512a4f 100755
--- a/test/runtests.sh
+++ b/test/runtests.sh
@@ -4,5 +4,5 @@
#!/bin/bash
for f in *.go; do
- ../src/go $f
+ go $f
done