mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-06-30 05:08:29 +00:00
test/cli: fixup for supporting OSX
This commit is contained in:
parent
1bcf4de08f
commit
68a6d43233
12 changed files with 54 additions and 27 deletions
|
@ -3,8 +3,8 @@ set -e
|
|||
|
||||
name=$(basename $0)
|
||||
root="$(dirname $(dirname $(dirname $0)))"
|
||||
gomtree=$(readlink -f ${root}/gomtree)
|
||||
t=$(mktemp -t -d go-mtree.XXXXXX)
|
||||
gomtree=$(go run ${root}/test/realpath.go ${root}/gomtree)
|
||||
t=$(mktemp -d -t 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