From 0bd2f6717748cfa60ecf8d453d153c7cdf09d2af Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 27 Mar 2019 13:48:54 +0100 Subject: [PATCH] fix test --- tests-ng/inst-link-default.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-ng/inst-link-default.sh b/tests-ng/inst-link-default.sh index 80a9cac..bc77706 100755 --- a/tests-ng/inst-link-default.sh +++ b/tests-ng/inst-link-default.sh @@ -141,7 +141,6 @@ cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V #cat ${cfg} # ensure exists and children are links -tree ${tmpd} [ ! -e ${tmpd}/abc ] && echo "not exist" && exit 1 [ -h ${tmpd}/abc ] && echo "not a regular file" && exit 1 [ ! -e ${tmpd}/abc/file1 ] && echo "not exist" && exit 1