freebsd-ports/math/lapack++/files/patch-matrix:testing:matrix_test

12 lines
296 B
Text
Raw Normal View History

--- 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