diff options
Diffstat (limited to 'test/Repository/RMIC.py')
-rw-r--r-- | test/Repository/RMIC.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Repository/RMIC.py b/test/Repository/RMIC.py index f3c412b..ea48d2c 100644 --- a/test/Repository/RMIC.py +++ b/test/Repository/RMIC.py @@ -347,3 +347,9 @@ test.must_exist (test.workpath('work3', 'outdir', 'com', 'sub', 'foo', 'Foo2_ test.up_to_date(chdir = 'work3', options = opts, arguments = ".") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |