summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-03-20 17:53:47 +0100
committerDavid Soria Parra <dsp@php.net>2012-03-20 17:53:47 +0100
commitf7b10abae939412e8b5cab69cd579e071deb446b (patch)
treeaa0655a0cb3a1e32e417607a22763d8b03b80013 /run-tests.php
parenteb8812e58b5376361163d733ff40c1bc52f21090 (diff)
downloadphp-git-f7b10abae939412e8b5cab69cd579e071deb446b.tar.gz
Replace $Revision$ with $Id$ in keyword expansion enable files
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 4549659ce2..3804870606 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -666,7 +666,7 @@ if (isset($argc) && $argc > 1) {
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision$' . "\n";
+ echo '$Id$' . "\n";
exit(1);
default: