aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-02-03 10:27:09 +0100
committerAnders Broman <a.broman58@gmail.com>2016-02-03 12:35:30 +0000
commit05384709a0a208f298e25c0123aa8e2adead583f (patch)
treeafd7c4d85757e078e12425a3e1628d7ce86bb99d /test
parent2e84d20018b168f20eaed762cc2ad649d19960b0 (diff)
Suite test: fix modelines for bash script (emac)
c-basic-offset -> sh-basic-offset Change-Id: I16b19b608fbdb7f0408f7c31871fae746c8c4f50 Reviewed-on: https://code.wireshark.org/review/13683 Reviewed-by: cedric izoard <cedric.izoard@ceva-dsp.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
-rwxr-xr-xtest/suite-clopts.sh2
-rwxr-xr-xtest/suite-decryption.sh2
-rwxr-xr-xtest/suite-fileformats.sh2
-rwxr-xr-xtest/suite-io.sh2
-rw-r--r--test/suite-mergecap.sh2
-rwxr-xr-xtest/suite-nameres.sh2
-rwxr-xr-xtest/suite-text2pcap.sh2
-rwxr-xr-xtest/suite-unittests.sh2
-rwxr-xr-xtest/suite-wslua.sh2
10 files changed, 10 insertions, 10 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index f4ed96f9f7..d8270a6a73 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -528,7 +528,7 @@ capture_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index 71b88800a8..da3d9bcf82 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -365,7 +365,7 @@ clopt_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 00ae9fb876..9d3819fa34 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -344,7 +344,7 @@ decryption_suite() {
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-fileformats.sh b/test/suite-fileformats.sh
index 3c927b57b2..155c99a9b2 100755
--- a/test/suite-fileformats.sh
+++ b/test/suite-fileformats.sh
@@ -155,7 +155,7 @@ fileformats_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-io.sh b/test/suite-io.sh
index 07065369a8..22941c08f2 100755
--- a/test/suite-io.sh
+++ b/test/suite-io.sh
@@ -193,7 +193,7 @@ io_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-mergecap.sh b/test/suite-mergecap.sh
index 34409adc39..11edf1f7fe 100644
--- a/test/suite-mergecap.sh
+++ b/test/suite-mergecap.sh
@@ -256,7 +256,7 @@ mergecap_suite() {
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-nameres.sh b/test/suite-nameres.sh
index b04b36a74c..f27b3f022e 100755
--- a/test/suite-nameres.sh
+++ b/test/suite-nameres.sh
@@ -176,7 +176,7 @@ name_resolution_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-text2pcap.sh b/test/suite-text2pcap.sh
index 63e0d93730..2f87c7b844 100755
--- a/test/suite-text2pcap.sh
+++ b/test/suite-text2pcap.sh
@@ -321,7 +321,7 @@ text2pcap_suite() {
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index e329902b69..b9e77905a0 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -125,7 +125,7 @@ unittests_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh
index b11e0d4cdf..3ca20d9dc9 100755
--- a/test/suite-wslua.sh
+++ b/test/suite-wslua.sh
@@ -488,7 +488,7 @@ wslua_suite() {
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End: