789b5c5923
2. change e-mail address of maho. 3. honor CXX and CXXFLAGS. 4. modernize patch file names. 5. satisfy portlint. Reviewed by: knu (mentor) Reported by: bento
11 lines
296 B
Text
11 lines
296 B
Text
--- matrix/testing/matrix_test.org Tue Feb 29 05:42:29 2000
|
|
+++ matrix/testing/matrix_test Mon May 20 10:19:03 2002
|
|
@@ -32,7 +32,7 @@
|
|
foreach t ($testsuite)
|
|
set answer = $t:t.out
|
|
echo "$t $N[1] $N[1] >& $answer"
|
|
- $t $N[1] $N[1] >& $answer
|
|
+ ./$t $N[1] $N[1] >& $answer
|
|
|
|
end
|
|
|