mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 17:49:17 +00:00
fix tests
This commit is contained in:
@@ -77,7 +77,7 @@ _EOF
|
|||||||
# create the dotfile
|
# create the dotfile
|
||||||
mkdir -p ${tmps}/dotfiles/d1
|
mkdir -p ${tmps}/dotfiles/d1
|
||||||
echo "{{@@ var1 @@}}" > ${tmps}/dotfiles/d1/empty
|
echo "{{@@ var1 @@}}" > ${tmps}/dotfiles/d1/empty
|
||||||
echo "not empty" >> ${tmps}/dotfiles/d1/notempty
|
echo "not empty" > ${tmps}/dotfiles/d1/notempty
|
||||||
|
|
||||||
# install
|
# install
|
||||||
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
|
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
|
||||||
|
|||||||
Reference in New Issue
Block a user