DCD/tests/tc_ufcs_completions/run.sh
2022-12-08 19:41:26 +00:00

5 lines
133 B
Bash
Executable file

set -e
set -u
../../bin/dcd-client $1 -c100 -I"$PWD"/fooutils file.d > actual.txt
diff actual.txt expected.txt --strip-trailing-cr