From 2867b13aec6e17c23b495c7013c269398e104445 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 29 Oct 2021 18:37:39 +0200 Subject: [PATCH] where is workdir on cicd --- tests-ng/clear-workdir.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-ng/clear-workdir.sh b/tests-ng/clear-workdir.sh index ec3ad40..cfc36f1 100755 --- a/tests-ng/clear-workdir.sh +++ b/tests-ng/clear-workdir.sh @@ -85,6 +85,7 @@ cd ${ddpath} | ${bin} install -c ${cfg} -f -p p1 --verbose | grep '^1 dotfile(s) [ ! -e ${tmpd}/x ] && echo "f_x not installed" && exit 1 [ ! -h ${tmpd}/x ] && echo "f_x not symlink" && exit 1 +ls -l ${tmpd}/x [ ! -e ${tmpw}/${tmpd}/x ] && echo "f_x not in workdir (${tmpw}/${tmpd})" && exit 1 # add file