From 47a98f4e058a2e43f14e643dfd55564f7e618615 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 4 Apr 2019 12:16:24 +0200 Subject: [PATCH] fix tests --- tests-ng/import-link-children.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests-ng/import-link-children.sh b/tests-ng/import-link-children.sh index fe58c48..4f0885a 100755 --- a/tests-ng/import-link-children.sh +++ b/tests-ng/import-link-children.sh @@ -115,7 +115,6 @@ echo ${line} | grep 'link: link_children' cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V # checks file have correct type in fs -file ${f1} [ ! -h ${f1} ] && echo "f1 is not a symlink" && exit 1 [ -h ${subf1} ] && echo "subf1 is not a regular file" && exit 1 [ -h ${subf2} ] && echo "subf2 is not a regular file" && exit 1 @@ -124,11 +123,6 @@ file ${f1} [ ! -h ${dtsub2} ] && echo "dtsub2 is not a symlink" && exit 1 [ -h ${dtsub3} ] && echo "dtsub3 is not a regular directory" && exit 1 -echo "DOTPATH" -tree ${tmps}/dotfiles -echo "FILESYSTEM" -tree ${dt} - ## CLEANING rm -rf ${tmps} ${tmpd}