projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aee235
)
fixing dumb typo in tests/basic
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 5 Feb 2009 20:18:17 +0000
(15:18 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 5 Feb 2009 20:18:17 +0000
(15:18 -0500)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index 470fffa9ff73c73d95d0ea99c9441c7991232fd7..8c995f5920be6d552aec5000c92ad67ebddb795e 100755
(executable)
--- a/
tests/basic
+++ b/
tests/basic
@@
-92,7
+92,7
@@
trap failed_cleanup EXIT
# make temp dir
mkdir -p "$TESTDIR"/tmp
-TEMPDIR=$(mktemp -d "${TMPDIR:-$TESTDIR/tmp}/monkeyspheretest.XXXXXXX
)"
+TEMPDIR=$(mktemp -d "${TMPDIR:-$TESTDIR/tmp}/monkeyspheretest.XXXXXXX
")
# Use the local copy of executables first, instead of system ones.
# This should help us test without installing.