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 | c31a262f4aeaa24903a77e70f36439d31db977c0 (patch) | |
tree | d9db49c1739eafccd9f2f617dd643beddc0851fb /test/option-v.py | |
parent | 804d7fa3d6fcd07b48b6e89fa81204b1610c79e0 (diff) | |
download | SCons-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.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') |