summaryrefslogtreecommitdiffstats
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-07-31 02:18:51 (GMT)
committerSteven Knight <knight@baldmt.com>2004-07-31 02:18:51 (GMT)
commitc31a262f4aeaa24903a77e70f36439d31db977c0 (patch)
treed9db49c1739eafccd9f2f617dd643beddc0851fb /test/option-v.py
parent804d7fa3d6fcd07b48b6e89fa81204b1610c79e0 (diff)
downloadSCons-c31a262f4aeaa24903a77e70f36439d31db977c0.zip
SCons-c31a262f4aeaa24903a77e70f36439d31db977c0.tar.gz
SCons-c31a262f4aeaa24903a77e70f36439d31db977c0.tar.bz2
Portability fixes for test/QT.py. (Chad Austin)
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-v.py b/test/option-v.py
index d1078c0..6a0aaf7 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -37,13 +37,13 @@ test.write('SConstruct', "")
# depending on whether it's invoked through scons.py or scons.bat.
expect1 = r"""SCons by Steven Knight et al.:
\tengine: v\S+, [^,]*, by \S+ on \S+
-(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 Steven Knight)
+(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 The SCons Foundation)
"""
expect2 = r"""SCons by Steven Knight et al.:
\tscript: v\S+, [^,]*, by \S+ on \S+
\tengine: v\S+, [^,]*, by \S+ on \S+
-(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 Steven Knight)
+(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 The SCons Foundation)
"""
test.run(arguments = '-v')