1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

fix tests

This commit is contained in:
deadc0de6
2021-07-15 10:36:28 +02:00
parent 2dd98c9344
commit 56a707183b
3 changed files with 9 additions and 10 deletions

View File

@@ -118,6 +118,8 @@ echo ${tokend} > ${tmpx}/a/somefile
echo ${tokend} > ${tmpx}/b/somefile
echo ${tokend} > ${tmpx}/c/somefile
echo ${tokend} > ${tmpx}/a/dir1/otherfile
# create a fake file to ensure dir is created
echo ${tokend} > ${tmpx}/a/dir2/token
tar -cf ${tmps}/dotfiles/ghi -C ${tmpx} .
rm -rf ${tmpx}
tar -tf ${tmps}/dotfiles/ghi