summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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