diff options
Diffstat (limited to 'test/BitKeeper')
-rw-r--r-- | test/BitKeeper/BITKEEPERCOM.py | 6 | ||||
-rw-r--r-- | test/BitKeeper/BITKEEPERCOMSTR.py | 6 | ||||
-rw-r--r-- | test/BitKeeper/BitKeeper.py | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/test/BitKeeper/BITKEEPERCOM.py b/test/BitKeeper/BITKEEPERCOM.py index a4bdd90..aed066c 100644 --- a/test/BitKeeper/BITKEEPERCOM.py +++ b/test/BitKeeper/BITKEEPERCOM.py @@ -119,3 +119,9 @@ test.must_match(['sub', 'all'], # test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/BitKeeper/BITKEEPERCOMSTR.py b/test/BitKeeper/BITKEEPERCOMSTR.py index aa9e2a0..a8207c6 100644 --- a/test/BitKeeper/BITKEEPERCOMSTR.py +++ b/test/BitKeeper/BITKEEPERCOMSTR.py @@ -120,3 +120,9 @@ test.must_match(['sub', 'all'], # test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/BitKeeper/BitKeeper.py b/test/BitKeeper/BitKeeper.py index 2fa3921..9a61e75 100644 --- a/test/BitKeeper/BitKeeper.py +++ b/test/BitKeeper/BitKeeper.py @@ -344,3 +344,9 @@ test.must_not_be_writable(test.workpath('work3', 'sub', 'ddd.in')) test.must_not_be_writable(test.workpath('work3', 'sub', 'fff.in')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |