mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 11:24:16 +00:00
force
This commit is contained in:
8
tests-ng/import-negative-ignore-all-but.sh
vendored
8
tests-ng/import-negative-ignore-all-but.sh
vendored
@@ -73,10 +73,10 @@ _EOF
|
|||||||
# import
|
# import
|
||||||
echo "[+] import"
|
echo "[+] import"
|
||||||
set +e
|
set +e
|
||||||
cd "${ddpath}" | ${bin} import -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/b"
|
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/b"
|
||||||
cd "${ddpath}" | ${bin} import -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/c"
|
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/c"
|
||||||
cd "${ddpath}" | ${bin} import -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/d"
|
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/d"
|
||||||
cd "${ddpath}" | ${bin} import -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/x"
|
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/x"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
[ -d "${basedir}/dotfiles/a/b" ] && (echo "/a/b created" && exit 1)
|
[ -d "${basedir}/dotfiles/a/b" ] && (echo "/a/b created" && exit 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user