summaryrefslogtreecommitdiffstats
path: root/test/scripts/human_to_size_test.sh
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-12-23 22:53:10 +0100
committerAllan McRae <allan@archlinux.org>2014-12-24 02:19:30 +0100
commitfda599df3773955aa2f95a842649902e41f4e0bc (patch)
treecec6af37c851bd8fa84e720f864c24bed321f0b8 /test/scripts/human_to_size_test.sh
parent21faf1682e380cc95aa766eed6c3c7b62d2b1843 (diff)
downloadpacman-fda599df3773955aa2f95a842649902e41f4e0bc.tar.gz
pacman-fda599df3773955aa2f95a842649902e41f4e0bc.tar.xz
add vim modeline to test files
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/scripts/human_to_size_test.sh')
-rwxr-xr-xtest/scripts/human_to_size_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/human_to_size_test.sh b/test/scripts/human_to_size_test.sh
index dfa01f72..2dacfd14 100755
--- a/test/scripts/human_to_size_test.sh
+++ b/test/scripts/human_to_size_test.sh
@@ -80,3 +80,5 @@ parse_hts '1M' 1048576
parse_hts ' 1 G ' 1073741824
parse_hts '1Q' ''
+
+# vim: set noet: