Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWhyme.Lyu <5longluna@gmail.com>2010-10-19 20:35:00 +0400
committerisaacs <i@izs.me>2010-10-19 23:09:20 +0400
commit07370f56cb32babdb64971b5d0aae26a641b8481 (patch)
tree3b6e7dc23191346c4a5478e23b07de9d0db0b9f1 /test
parenta7ae94f1e238b3c987c0dfbc778984410b5b60ea (diff)
Use valid template for mktemp
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.sh b/test/run.sh
index 76a07b808..a240ac94d 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -85,7 +85,7 @@ done
NPMPKG="$(dirname -- "$(dirname -- "$SELF_PATH")")"
NPMCLI="$NPMPKG/cli.js"
TESTDIR="$NPMPKG/test/"
-TMP=$(mktemp -dt npm)
+TMP=$(mktemp -dt npm.XXXXXX)
ROOTDIR="$TMP/root"
BINDIR="$TMP/bin"
MANDIR="$TMP/man"