diff options
| author | Robert Griesemer <gri@golang.org> | 2008-03-26 09:50:20 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2008-03-26 09:50:20 -0700 |
| commit | 966105d2c48faf6656dea26761c910f14399f60e (patch) | |
| tree | 194e3b03fc49c3e22358a7b04922881ce5cc22fb /test | |
| parent | 6cbb50ac6dca6176685ba9b6e165e691f00cb47c (diff) | |
| download | golang-966105d2c48faf6656dea26761c910f14399f60e.tar.gz | |
- fixed my scripts
SVN=113864
Diffstat (limited to 'test')
| -rwxr-xr-x | test/runtests.sh | 2 |
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 |
