diff options
Diffstat (limited to 'tests/openpgp/run-tests.scm')
-rw-r--r-- | tests/openpgp/run-tests.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/openpgp/run-tests.scm b/tests/openpgp/run-tests.scm index 367c64116..e3b6b6a47 100644 --- a/tests/openpgp/run-tests.scm +++ b/tests/openpgp/run-tests.scm @@ -128,7 +128,7 @@ (unlink-recursively t::directory) (t::report)) results::procs) (exit (results::report))) - (let* ((wd (mkdtemp "gpgscm-XXXXXX")) + (let* ((wd (mkdtemp)) (test (car tests')) (test' (test::set-directory wd)) (setup' (setup::set-directory wd))) @@ -154,7 +154,7 @@ (unlink-recursively t::directory)) results::procs) (exit (results::report))) - (let* ((wd (mkdtemp "gpgscm-XXXXXX")) + (let* ((wd (mkdtemp)) (test (car tests')) (test' (test::set-directory wd)) (setup' (setup::set-directory wd))) |