SyntaxFix
Write A Post
Hire A Developer
Questions
What's happening is that the shell is expanding "*test.c" into a list of files. Try escaping the asterisk as:
find . -name \*test.c