diff options
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 43c8834..594a0de 100644 --- a/test/option-v.py +++ b/test/option-v.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2001 Steven Knight +# Copyright (c) 2001, 2002 Steven Knight # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -36,7 +36,7 @@ test.write('SConstruct', "") expect = r"""SCons by Steven Knight et al.: \tscript version \S+ \tbuild engine version \S+ -Copyright 2001 Steven Knight +Copyright 2001, 2002 Steven Knight """ test.run(arguments = '-v', stdout = expect) |