Skip to content

Commit

Permalink
force
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Aug 3, 2023
1 parent e85c410 commit 1543fee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests-ng/import-negative-ignore-all-but.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1543fee

Please sign in to comment.