summaryrefslogtreecommitdiff
path: root/test/suite-decryption.sh
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/suite-decryption.sh
parent2e84d20018b168f20eaed762cc2ad649d19960b0 (diff)
downloadwireshark-05384709a0a208f298e25c0123aa8e2adead583f.tar.gz
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/suite-decryption.sh')
-rwxr-xr-xtest/suite-decryption.sh2
1 files changed, 1 insertions, 1 deletions
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: