From 672a0aaf51b19719eef061881b96880869082d2c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 24 Feb 2009 22:09:06 +0100 Subject: [PATCH] Add Vim modeline to lib.sh.test. --- tests/lib.sh.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib.sh.test b/tests/lib.sh.test index 91aef01..d3dc2e0 100644 --- a/tests/lib.sh.test +++ b/tests/lib.sh.test @@ -19,3 +19,5 @@ function which() { # Tests for installed() without exit codes. installed ls && echo ls installed installed doesnt-exist && echo doesnt-exist installed + +# vim: ft=sh -- 2.44.1