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

./test_lexer.sh: line 49: dos2unix: command not found #54

Open
m8pple opened this issue Jan 17, 2018 · 1 comment
Open

./test_lexer.sh: line 49: dos2unix: command not found #54

m8pple opened this issue Jan 17, 2018 · 1 comment

Comments

@m8pple
Copy link
Contributor

m8pple commented Jan 17, 2018

The lexer testing script fails with:

./test_lexer.sh: line 49: dos2unix: command not found

in build fa08307

@m8pple
Copy link
Contributor Author

m8pple commented Jan 17, 2018

In test_lexer.sh line 49 rather than:

diff <(cat test/ref/$BASENAME.stdout.txt | dos2unix) <(cat test/out/$BASENAME.stdout.txt) > test/out/$BASENAME.diff.txt

it should be:

diff <(cat test/ref/$BASENAME.stdout.txt | ${DOS2UNIX}) <(cat test/out/$BASENAME.stdout.txt) > test/out/$BASENAME.diff.txt

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

1 participant