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