diff options
Diffstat (limited to 'test/diskcheck.py')
-rw-r--r-- | test/diskcheck.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/diskcheck.py b/test/diskcheck.py index 7e099c1..adbeea1 100644 --- a/test/diskcheck.py +++ b/test/diskcheck.py @@ -77,3 +77,9 @@ test.must_contain_all_lines(test.stderr(), ["found where directory expected"]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |