summaryrefslogtreecommitdiff
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-19 23:30:23 +0000
committerSteven Knight <knight@baldmt.com>2003-04-19 23:30:23 +0000
commit1691e6792ea238c0cfe3d8f4cc1aa56262d343b4 (patch)
tree637b24aa35a0cf3a02a1b437cec7d90dc178db5a /test/option-v.py
parente6b7921406394594c23f907469e923ccf028adcc (diff)
downloadscons-1691e6792ea238c0cfe3d8f4cc1aa56262d343b4.tar.gz
Fixes for __COPYRIGHT__ in tests; eliminate unnecessary output.
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 e3cd91bb..ab9fef0c 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 \(c\) 2001, 2002, 2003 Steven Knight
+(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003 Steven Knight)
"""
expect2 = r"""SCons by Steven Knight et al.:
\tscript: v\S+, [^,]*, by \S+ on \S+
\tengine: v\S+, [^,]*, by \S+ on \S+
-Copyright \(c\) 2001, 2002, 2003 Steven Knight
+(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003 Steven Knight)
"""
test.run(arguments = '-v')