diff --git a/tests-ng/duplicate-key.sh b/tests-ng/duplicate-key.sh index b40451f..9177323 100755 --- a/tests-ng/duplicate-key.sh +++ b/tests-ng/duplicate-key.sh @@ -86,7 +86,7 @@ mkdir -p ${tmpd}/sub/sub echo "test2" > ${tmpd}/sub/sub/abc # import -cd ${ddpath} | ${bin} import -c ${cfg} -p p2 \ +cd ${ddpath} | ${bin} import --verbose -c ${cfg} -p p2 \ ${tmpd}/abc \ ${tmpd}/sub/abc \ ${tmpd}/sub/abc \ @@ -94,7 +94,7 @@ cd ${ddpath} | ${bin} import -c ${cfg} -p p2 \ ${tmpd}/sub/sub2/abc # count dotfiles for p2 -cnt=`cd ${ddpath} | ${bin} files -c ${cfg} -p p2 -b | grep '^f_' | wc -l` +cnt=`cd ${ddpath} | ${bin} files --verbose -c ${cfg} -p p2 -b | grep '^f_' | wc -l` [ "${cnt}" != "4" ] && exit 1 ## CLEANING