aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/testlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlib b/test/testlib
index d3178ccebd..4c7d9578b5 100644
--- a/test/testlib
+++ b/test/testlib
@@ -28,7 +28,7 @@ run() {
esac
done
- $G $D/$F.go "$gofiles" && $L $F.$A && ./$A.out "$@"
+ $G $D/$F.go $gofiles && $L $F.$A && ./$A.out "$@"
}
cmpout() {