1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 17:59:14 +00:00

add more tests

This commit is contained in:
deadc0de6
2022-05-29 22:24:47 +02:00
committed by deadc0de
parent 472c4ae275
commit 0b124e3318
2 changed files with 52 additions and 8 deletions

View File

@@ -85,6 +85,12 @@ if [[ $OSTYPE == 'darwin'* ]]; then
chmod() {
gchmod "$@"
}
readlink() {
greadlink "$@"
}
realpath() {
grealpath "$@"
}
export -f mktemp
export -f stat
@@ -92,4 +98,6 @@ if [[ $OSTYPE == 'darwin'* ]]; then
export -f wc
export -f date
export -f chmod
export -f readlink
export -f realpath
fi