Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/EndToEnd/phpcbf_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

function tear_down() {
rm -r tests/EndToEnd/Fixtures/*.fixed
rm -rf tests/EndToEnd/Fixtures/*.fixed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need -r here.

Suggested change
rm -rf tests/EndToEnd/Fixtures/*.fixed
rm -f tests/EndToEnd/Fixtures/*.fixed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fredden Yeah, I kind of had a feeling it wasn't needed, but for now just wanted to fix the E2E tests. Happy to receive any PRs which improve/expand them though ;-)

}

function test_phpcbf_is_working() {
Expand Down