create a new section of the getting started page that lets people know
[monkeysphere.git] / tests / basic
index 8e7f88a2daf83d52aa57dcb57843d752e9660911..289a1b79997928c8b2edf8198bbd64c65e981856 100755 (executable)
@@ -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 }
+which socat || { echo "You must have socat installed to run this test." ; exit 1; }
 
 ## FIXME: other checks?