diff options
Diffstat (limited to 'test/option-n.py')
-rw-r--r-- | test/option-n.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option-n.py b/test/option-n.py index 9f7391e..6fb8058 100644 --- a/test/option-n.py +++ b/test/option-n.py @@ -235,3 +235,9 @@ log2_mtime = os.path.getmtime(test.workpath("configure","config.log")) test.fail_test( log1_mtime != log2_mtime ) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |