From Fedora Project Wiki
Description
This test case tests whether you can search using ack.
Setup
- Ensure the
ack
package is installed
How to test
- Run
ack "search_string"
to search for the "search_str" recursively in the current directory - Run
ack --type=python "search_string"
to search for the "search_string" recursively in the current directory inside files with extension .py
Expected Results
- The search results should show up as expected