summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-05 15:18:17 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-05 15:18:17 -0500
commit6571d48d09d9bbcd7187ae1d99092c9e4eb264d8 (patch)
tree22e19306ae65181a4332f6b55b4b0a945e3faf8c /tests
parent9aee235639e1475cd8aa476c7f2335b3c9ae9884 (diff)
fixing dumb typo in tests/basic
Diffstat (limited to 'tests')
-rwxr-xr-xtests/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index 470fffa..8c995f5 100755
--- 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.