From 97c16698b07a39c603e12b6c5fa232f7fd87a059 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 2 Jun 2018 09:56:25 +0200 Subject: [PATCH] fix buggy test --- tests-ng/include.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests-ng/include.sh b/tests-ng/include.sh index b708663..3add107 100755 --- a/tests-ng/include.sh +++ b/tests-ng/include.sh @@ -73,8 +73,11 @@ profiles: _EOF # create the source -mkdir -p ${tmps}/dotfiles/${tmpd} -echo "test" > ${tmps}/dotfiles/${tmpd}/abc +mkdir -p ${tmps}/dotfiles/ +echo "test" > ${tmps}/dotfiles/abc + +# install +cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 # compare cd ${ddpath} | ${bin} compare -c ${cfg} -p p1