diff options
Diffstat (limited to 'test/scons-time/time/tail.py')
-rw-r--r-- | test/scons-time/time/tail.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/time/tail.py b/test/scons-time/time/tail.py index 600bbc8..372f785 100644 --- a/test/scons-time/time/tail.py +++ b/test/scons-time/time/tail.py @@ -53,3 +53,9 @@ test.run(arguments = 'time -t 3 foo-*.log', stdout = ''.join(expect3)) test.run(arguments = 'time --tail 5 foo-*.log', stdout = ''.join(expect5)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |