1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
deadc0de6
94d97bf7a7 fix strict bash pipefail 2023-11-09 11:30:05 +01:00
deadc0de6
6386808384 tests refactoring 2023-09-21 21:49:24 +02:00
deadc0de6
a6cb286779 coverage 2023-09-07 20:49:12 +02:00
deadc0de6
7fdd2deacb drop readlink req 2023-04-13 22:25:54 +02:00
deadc0de6
8bdfe26dab refactor tests-ng 2023-04-11 21:21:56 +02:00
deadc0de6
ddd60a38ac coverage 2023-02-06 17:30:29 +01:00
deadc0de6
2f1bbeacee shellcheck fixes 2023-02-06 17:30:29 +01:00
deadc0de6
f4cff17f1b add tests cleaning 2021-10-19 22:18:39 +02:00
Joey Territo
4d2f9bd285 Add unit test for negative ignore patterns in import command 2020-12-22 20:43:29 -05:00
Joey Territo
c0a192ea12 Fix typo in install-negative-ignore.sh: converage -> coverage 2020-12-21 17:39:43 -05:00
Joey Territo
a73cfc2ef7 Fix unit test for negative ignore patterns in install command
On macOS, creating a temporary directory creates a hard link to a file with a different name, which causes dotdrop to think it is importing a symlink. This causes the unit tests to fail as dotdrop attempts to ask the user if it should dereference the symlink, but dotdrop is not connected to stdin when the shell script tests are running so dotdrop crashes with an EOFError. The solution is to pass the -f flag when invoking `dotdrop import` in tests.
2020-12-15 21:34:30 -05:00
Joey Territo
10f9f7917e Add unit test for negative ignore patterns in install command 2020-12-14 19:24:45 -05:00