projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae935a
)
fixing stupid typo.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 30 Oct 2008 16:11:08 +0000
(12:11 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 30 Oct 2008 16:11:08 +0000
(12:11 -0400)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index 8e7f88a2daf83d52aa57dcb57843d752e9660911..fd1bfb0549be6b4240e87e10fb659d56613a1569 100755
(executable)
--- 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?