summaryrefslogtreecommitdiffstats
path: root/test/Perforce
diff options
context:
space:
mode:
Diffstat (limited to 'test/Perforce')
-rw-r--r--test/Perforce/P4COM.py6
-rw-r--r--test/Perforce/P4COMSTR.py6
-rw-r--r--test/Perforce/Perforce.py6
3 files changed, 18 insertions, 0 deletions
diff --git a/test/Perforce/P4COM.py b/test/Perforce/P4COM.py
index 11b28e3..5a90775 100644
--- a/test/Perforce/P4COM.py
+++ b/test/Perforce/P4COM.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/Perforce/P4COMSTR.py b/test/Perforce/P4COMSTR.py
index 72f05b8..a8675f2 100644
--- a/test/Perforce/P4COMSTR.py
+++ b/test/Perforce/P4COMSTR.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/Perforce/Perforce.py b/test/Perforce/Perforce.py
index b409210..ee4b0b5 100644
--- a/test/Perforce/Perforce.py
+++ b/test/Perforce/Perforce.py
@@ -271,3 +271,9 @@ test.fail_test(test.read(['work', 'all']) != "import/aaa.in\nwork/foo/bbb.in\nim
test.fail_test(test.read(['work', 'foo', 'sub', 'all']) != "import/sub/ddd.in\nwork/foo/sub/eee.in\nimport/sub/fff.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: