From 10bfa7dc1738c4e0fbded444cb8205f456b8cf50 Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Fri, 16 Apr 1999 12:12:56 +0100 Subject: [PATCH] Quoting in "system" calls on unix platforms -> version 2.5 Copied from Perforce Change: 20730 ServerID: perforce.ravenbrook.com --- mps/qa/test/script/version | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mps/qa/test/script/version b/mps/qa/test/script/version index bfd0bd82e25..ff7894fd455 100644 --- a/mps/qa/test/script/version +++ b/mps/qa/test/script/version @@ -1,8 +1,8 @@ -# $HopeName: MMQA_harness!script:version(trunk.6) $ +# $HopeName: MMQA_harness!script:version(trunk.7) $ # This file should be updated automatically whenever the test # harness changes. Edit with care! -$HARNESS_VERSION="2.4"; +$HARNESS_VERSION="2.5"; # Version history: # [Recorded history begins with version 2.0] @@ -17,5 +17,6 @@ $HARNESS_VERSION="2.4"; # 2.4 -- Changed to use "/usr/lib/sendmail" on unix platforms. # Made easy_tramp2 static. # Added mmqa_arena_create function. -# +# 2.5 -- Added quoting for -Dparm=value options to compiler. Needed +# because some tests have e.g. value = (size_t)1024. #