Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tests require ed and fail if it is not installed #39

Open
cakebaker opened this issue Apr 1, 2024 · 1 comment
Open

Some tests require ed and fail if it is not installed #39

cakebaker opened this issue Apr 1, 2024 · 1 comment

Comments

@cakebaker
Copy link
Contributor

When running cargo test the following tests fail if ed is not installed:

  • ed_diff::tests::test_permutations
  • ed_diff::tests::test_permutations_empty_lines
  • ed_diff::tests::test_permutations_reverse

They fail because they call Command::new("ed").

@oSoMoN
Copy link
Collaborator

oSoMoN commented Apr 21, 2024

The Git for Windows installer installs a number of standard Unix executables in C:\Program Files\Git\usr\bin\. Unfortunately, ed isn't one of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants