From 1b37fa9085bba92a4b0263b7aa73dbd1d86c39f7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 7 Dec 2020 13:27:52 +0100 Subject: [PATCH] fix tests --- tests-ng/import.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests-ng/import.sh b/tests-ng/import.sh index 40ca61d..81eb79c 100755 --- a/tests-ng/import.sh +++ b/tests-ng/import.sh @@ -123,9 +123,6 @@ mkfifo ${d}/fifo # import cd ${ddpath} | ${bin} import -c ${cfg} -p p2 -V ${d} -cat ${cfg} -tree ${tmps}/dotfiles - # ensure exists and is not link [ ! -d ${tmps}/dotfiles/${d} ] && echo "not a directory" && exit 1 [ ! -e ${tmps}/dotfiles/${d}/file1 ] && echo "not exist" && exit 1