mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 18:59:39 +08:00
fix: mktemp: too few X's in template
This commit is contained in:
@@ -46,8 +46,8 @@ function main() {
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
echoInfo "Created temp dir..."
|
echoInfo "Created temp dir..."
|
||||||
echo "$ mktemp -d -t hrp"
|
echo "$ mktemp -d -t hrp.XXXX"
|
||||||
tmp_dir=$(mktemp -d -t hrp)
|
tmp_dir=$(mktemp -d -t hrp.XXXX)
|
||||||
echo "$tmp_dir"
|
echo "$tmp_dir"
|
||||||
cd "$tmp_dir"
|
cd "$tmp_dir"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user