Lindenk / dotty

An advanced dotfile manager based on GNU stow with features such as dependancies, install/remove hooks, and dotfile generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In tests, don't check the program's output

Lindenk opened this issue · comments

Right now, the output of dotty may change based on the OS or computer it's running on (such as printing absolute paths). They should not be checked for validity in the tests because they would be too difficult to maintain correctly. This also causes the windows builds to fail.

Waiting on assert-rs/assert_cli#6