diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-10-08 01:44:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 01:44:22 (GMT) |
commit | 43cebd68db3696a4a7fdd2d38a81842d18d6d2cd (patch) | |
tree | a34d8ba5c57dc97eb9e4e9b11a8507fcf20ff329 /test/Interactive/version.py | |
parent | 581a6912938f3143b2c31dcb78ecc9928da124df (diff) | |
parent | b161cf3f51e376a82208081e3f83dd96e2a4d6bf (diff) | |
download | SCons-43cebd68db3696a4a7fdd2d38a81842d18d6d2cd.zip SCons-43cebd68db3696a4a7fdd2d38a81842d18d6d2cd.tar.gz SCons-43cebd68db3696a4a7fdd2d38a81842d18d6d2cd.tar.bz2 |
Merge branch 'master' into CmdStringHolder
Diffstat (limited to 'test/Interactive/version.py')
-rw-r--r-- | test/Interactive/version.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Interactive/version.py b/test/Interactive/version.py index d0f362a..88416ad 100644 --- a/test/Interactive/version.py +++ b/test/Interactive/version.py @@ -40,7 +40,7 @@ test.write('SConstruct', "") # Standard copyright marker is mangled so it doesn't get replaced # by the packaging build. copyright_line = """\ -(_{2}COPYRIGHT__|Copyright \\(c\\) 2001[-\d, ]+ The SCons Foundation) +(_{2}COPYRIGHT__|Copyright \\(c\\) 2001[-\\d, ]+ The SCons Foundation) """ expect1 = """\ @@ -53,8 +53,8 @@ scons>>> scons>>> """ -test.run(arguments = '-Q --interactive', - stdin = "version\nexit\n") +test.run(arguments='-Q --interactive', + stdin="version\nexit\n") # Windows may or may not print a line for the script version # depending on whether it's invoked through scons.py or scons.bat. |