Skip to content

Commit

Permalink
#167 polish
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 26, 2024
1 parent 15b5cc2 commit 1129f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filters/test-delete-unparseable.sh
Expand Up @@ -37,7 +37,7 @@ echo "👍🏻 A Java file with a broken syntax inside was deleted correctly"

{
fixtures=$(realpath "$(dirname "$0")/../../fixtures/filters/unparseable")
for f in $(find "${fixtures}" -name '*.java'); do
find "${fixtures}" -name '*.java' | while IFS= read -r f; do
java="${temp}/$(basename "${f}")"
cp "${f}" "${java}"
"${LOCAL}/filters/delete-unparseable.py" "${java}" "${temp}/deleted.txt"
Expand Down

0 comments on commit 1129f95

Please sign in to comment.