summaryrefslogtreecommitdiffstats
path: root/test/packaging/rpm
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 (GMT)
commitba21ffe311490bb348716e8e9127109e7fdc2f08 (patch)
tree5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/packaging/rpm
parent895f277379ccb6272549468d18f27f4a5fc2ee2f (diff)
downloadSCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.zip
SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.gz
SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.bz2
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/packaging/rpm')
-rw-r--r--test/packaging/rpm/cleanup.py6
-rw-r--r--test/packaging/rpm/explicit-target.py6
-rw-r--r--test/packaging/rpm/internationalization.py6
-rw-r--r--test/packaging/rpm/multipackage.py6
-rw-r--r--test/packaging/rpm/package.py6
-rw-r--r--test/packaging/rpm/tagging.py6
6 files changed, 36 insertions, 0 deletions
diff --git a/test/packaging/rpm/cleanup.py b/test/packaging/rpm/cleanup.py
index 11f6645..7ae5473 100644
--- a/test/packaging/rpm/cleanup.py
+++ b/test/packaging/rpm/cleanup.py
@@ -105,3 +105,9 @@ test.must_not_exist( 'foo-1.2.3/src/main.c' )
test.must_not_exist( 'bin/main' )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/packaging/rpm/explicit-target.py b/test/packaging/rpm/explicit-target.py
index 2949a2f..c383b57 100644
--- a/test/packaging/rpm/explicit-target.py
+++ b/test/packaging/rpm/explicit-target.py
@@ -86,3 +86,9 @@ scons: *** Setting target is not supported for rpm.
test.run(arguments='', status=2, stderr=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/packaging/rpm/internationalization.py b/test/packaging/rpm/internationalization.py
index 24d8ddd..e9fcc12 100644
--- a/test/packaging/rpm/internationalization.py
+++ b/test/packaging/rpm/internationalization.py
@@ -179,3 +179,9 @@ test.must_exist( src_rpm )
test.must_exist( machine_rpm )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/packaging/rpm/multipackage.py b/test/packaging/rpm/multipackage.py
index 5b85db3..c3f1f4e 100644
--- a/test/packaging/rpm/multipackage.py
+++ b/test/packaging/rpm/multipackage.py
@@ -113,3 +113,9 @@ test.fail_test( not os.popen('rpm -qpl %s' % machine_rpm).read()=='/bin/main\n')
test.fail_test( not os.popen('rpm -qpl %s' % src_rpm).read()=='foo-1.2.3.spec\nfoo-1.2.3.tar.gz\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/packaging/rpm/package.py b/test/packaging/rpm/package.py
index 2a37265..14da4bb 100644
--- a/test/packaging/rpm/package.py
+++ b/test/packaging/rpm/package.py
@@ -92,3 +92,9 @@ test.fail_test( not os.popen('rpm -qpl %s' % machine_rpm).read()=='/bin/main\n')
test.fail_test( not os.popen('rpm -qpl %s' % src_rpm).read()=='foo-1.2.3.spec\nfoo-1.2.3.tar.gz\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/packaging/rpm/tagging.py b/test/packaging/rpm/tagging.py
index c08b4ef..6a242c6 100644
--- a/test/packaging/rpm/tagging.py
+++ b/test/packaging/rpm/tagging.py
@@ -99,3 +99,9 @@ expect = '(0755, root, users) /bin/main'
test.must_contain_all_lines(test.read('foo-1.2.3.spec'), [expect])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: