From a13a96b68ba74f185a20a2c030233e336d8e940a Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 24 Jun 2019 09:56:55 -0400 Subject: [PATCH] fix import for tests --- tests-ng/import-subfile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests-ng/import-subfile.sh b/tests-ng/import-subfile.sh index 5b466e8..0dc27d1 100755 --- a/tests-ng/import-subfile.sh +++ b/tests-ng/import-subfile.sh @@ -70,13 +70,13 @@ _EOF #cat ${cfg} # import dir -cd ${ddpath} | ${bin} import -c ${cfg} -p p1 -V ${tmpd}/adir +cd ${ddpath} | ${bin} import -f -c ${cfg} -p p1 -V ${tmpd}/adir # change the file echo "second" > ${tmpd}/adir/file1 # import file -cd ${ddpath} | ${bin} import -c ${cfg} -p p1 -V ${tmpd}/adir/file1 +cd ${ddpath} | ${bin} import -f -c ${cfg} -p p1 -V ${tmpd}/adir/file1 # test [ ! -e ${tmps}/dotfiles/${tmpd}/adir/file1 ] && echo "not exist" && exit 1