diff options
Diffstat (limited to 'test/option-v.py')
-rw-r--r-- | test/option-v.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/option-v.py b/test/option-v.py index 433d6d0..970dbd4 100644 --- a/test/option-v.py +++ b/test/option-v.py @@ -38,11 +38,9 @@ test.write('SConstruct', "") # by the packaging build. copyright_marker = '__' + 'COPYRIGHT' + '__' -copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008' - fmt = '(%s|Copyright \\(c\\) %s The SCons Foundation)\n' -copyright_line = fmt % (copyright_marker, copyright_years) +copyright_line = fmt % (copyright_marker, TestSCons.copyright_years) # Windows may or may not print a line for the script version # depending on whether it's invoked through scons.py or scons.bat. |