mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +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
|
||||
echo "[+] import"
|
||||
set +e
|
||||
cd "${ddpath}" | ${bin} import -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/b"
|
||||
cd "${ddpath}" | ${bin} import -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/c"
|
||||
cd "${ddpath}" | ${bin} import -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/b"
|
||||
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/c"
|
||||
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/d"
|
||||
cd "${ddpath}" | ${bin} import -f -c "${cfg}" --verbose --profile=p1 "${tmpd}/a/x"
|
||||
set -e
|
||||
|
||||
[ -d "${basedir}/dotfiles/a/b" ] && (echo "/a/b created" && exit 1)
|
||||
|
||||
Reference in New Issue
Block a user