diff options
Diffstat (limited to 'node_modules/tmp/run-tests')
-rwxr-xr-x | node_modules/tmp/run-tests | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/tmp/run-tests b/node_modules/tmp/run-tests new file mode 100755 index 000000000..a377f1083 --- /dev/null +++ b/node_modules/tmp/run-tests @@ -0,0 +1,7 @@ +#!/bin/sh + +DIR="x" + +rm -rf ${DIR} +mkdir ${DIR} +TMPDIR=${DIR} npm test |