diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-05 15:18:17 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-05 15:18:17 -0500 |
commit | 6571d48d09d9bbcd7187ae1d99092c9e4eb264d8 (patch) | |
tree | 22e19306ae65181a4332f6b55b4b0a945e3faf8c /tests | |
parent | 9aee235639e1475cd8aa476c7f2335b3c9ae9884 (diff) |
fixing dumb typo in tests/basic
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
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. |