blob: 93476d3e1eb77e45e0cedef178aec9b699e2782b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.7 2003/02/24 03:35:30 dmcmahill Exp $
--- tests/pvm.tst.orig Wed Jul 31 07:34:45 2002
+++ tests/pvm.tst
@@ -39,7 +39,7 @@ if size(rest(4),'*')<>n then pause,end
if type(rest(5))<>10 then pause,end
if size(rest(5),'*')<>n then pause,end
-if rest(5)(n)<>'scilab' then pause,end
+if rest(5)(n)<>SCI+'/bin/scilab' then pause,end
if or(rest(5)(1:n-1)<>"") then pause,end
if rest(6)<>n then pause,end
|