mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-06-30 13:18:30 +00:00
cli.test: passthrough and use TMPDIR
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
d1073b349b
commit
235566d9e0
8 changed files with 11 additions and 8 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
name=$(basename $0)
|
||||
root="$(dirname $(dirname $(dirname $0)))"
|
||||
gomtree=$(readlink -f ${root}/gomtree)
|
||||
t=$(mktemp -d /tmp/go-mtree.XXXXXX)
|
||||
t=$(mktemp -t -d go-mtree.XXXXXX)
|
||||
|
||||
echo "[${name}] Running in ${t}"
|
||||
# This test is for basic running check of manifest, and check against tar and file system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue