summaryrefslogtreecommitdiffstats
path: root/test/scons-time/help/all-subcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/help/all-subcommands.py')
-rw-r--r--test/scons-time/help/all-subcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/help/all-subcommands.py b/test/scons-time/help/all-subcommands.py
index 6fa0fac..52842ab 100644
--- a/test/scons-time/help/all-subcommands.py
+++ b/test/scons-time/help/all-subcommands.py
@@ -53,6 +53,6 @@ expect = map(lambda x: ' %s ' % x, subcommands)
test.run(arguments = 'help')
-test.must_contain_all_lines('Standard output', test.stdout(), expect)
+test.must_contain_all_lines(test.stdout(), expect)
test.pass_test()