From a83e496dd3d6ddd0095a6837187ba7b8a928ad06 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Fri, 1 Nov 2002 01:59:35 +0000 Subject: [PATCH] version number fix svn path=/trunk/boinc/; revision=557 --- test/test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.inc b/test/test.inc index cdbb0cad2f..233cc60348 100644 --- a/test/test.inc +++ b/test/test.inc @@ -403,7 +403,7 @@ class Host { echo "Running core client\n"; $source_dir = get_env_var("BOINC_SRC_DIR"); $platform = get_env_var("BOINC_PLATFORM"); - PassThru("cd $this->host_dir; $source_dir/client/boinc_1_$platform $args> client.out"); + PassThru("cd $this->host_dir; $source_dir/client/boinc_0.02_$platform $args> client.out"); } // read a CPU time file written by the client.