1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00

Quoting in "system" calls on unix platforms

-> version 2.5

Copied from Perforce
 Change: 20730
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1999-04-16 12:12:56 +01:00
parent d28f605f45
commit 10bfa7dc17

View file

@ -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.
#