mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-14 16:54:03 +00:00
support darwin also in integration tests
This commit is contained in:
parent
02e9c779ed
commit
ab188c8e0b
@ -53,6 +53,15 @@ setup() {
|
|||||||
user_uid=1000
|
user_uid=1000
|
||||||
user_gid=1000
|
user_gid=1000
|
||||||
;;
|
;;
|
||||||
|
Darwin)
|
||||||
|
f_create=portable_create
|
||||||
|
f_format=freebsd_format
|
||||||
|
f_map=portable_map
|
||||||
|
f_mount=freebsd_mount
|
||||||
|
f_close=freebsd_close
|
||||||
|
user_uid=1001
|
||||||
|
user_gid=1001
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
>&2 echo "Unsupported system: $system"
|
>&2 echo "Unsupported system: $system"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user