From: Daniel Kahn Gillmor Date: Thu, 30 Oct 2008 16:11:08 +0000 (-0400) Subject: fixing stupid typo. X-Git-Tag: monkeysphere_0.20-1~22 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3763a9e47383e1e3c801726c151a3e10fd8ee859;p=monkeysphere.git fixing stupid typo. --- diff --git a/tests/basic b/tests/basic index 8e7f88a..fd1bfb0 100755 --- a/tests/basic +++ b/tests/basic @@ -17,7 +17,7 @@ set -e ## make sure that the right tools are installed to run the test. the ## test has *more* requirements than plain ol' monkeysphere: -[ -x $(which socat) ] || { echo "You must have socat installed to run this test." && exit 1 } +[ -x $(which socat) ] || { echo "You must have socat installed to run this test." && exit 1; } ## FIXME: other checks?