index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-12-23 16:53:10 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-12-24 11:19:30 +1000 |
commit | fda599df3773955aa2f95a842649902e41f4e0bc (patch) | |
tree | cec6af37c851bd8fa84e720f864c24bed321f0b8 /test/util | |
parent | 21faf1682e380cc95aa766eed6c3c7b62d2b1843 (diff) |
-rwxr-xr-x | test/util/pacsorttest.sh | 2 | ||||
-rwxr-xr-x | test/util/vercmptest.sh | 2 |
diff --git a/test/util/pacsorttest.sh b/test/util/pacsorttest.sh index 49d6d8ed..a29d8f19 100755 --- a/test/util/pacsorttest.sh +++ b/test/util/pacsorttest.sh @@ -133,3 +133,5 @@ fi echo "# $failure of $run tests failed" exit 1 + +# vim: set noet: diff --git a/test/util/vercmptest.sh b/test/util/vercmptest.sh index 9032cbf9..ba279a78 100755 --- a/test/util/vercmptest.sh +++ b/test/util/vercmptest.sh @@ -151,3 +151,5 @@ fi echo "# $failure of $run tests failed" exit 1 + +# vim: set noet: |