diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-31 02:18:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-31 02:18:51 (GMT) |
commit | 8d8f6d7586b2330db6ffdccf1cc1a0d38e4ad4e0 (patch) | |
tree | d9db49c1739eafccd9f2f617dd643beddc0851fb /test/option-v.py | |
parent | d292a3c5d016908d53587675bbe02c032a5a7a28 (diff) | |
download | SCons-8d8f6d7586b2330db6ffdccf1cc1a0d38e4ad4e0.zip SCons-8d8f6d7586b2330db6ffdccf1cc1a0d38e4ad4e0.tar.gz SCons-8d8f6d7586b2330db6ffdccf1cc1a0d38e4ad4e0.tar.bz2 |
Portability fixes for test/QT.py. (Chad Austin)
Diffstat (limited to 'test/option-v.py')
-rw-r--r-- | test/option-v.py | 4 |
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') |