Blame tests/p_grep/11-test_grep.sh
|
root |
a59260 |
#!/bin/bash
|
|
root |
a59260 |
# Author: Ravi Kumar P <ravi.pasumarthy@gmail.com>, Anoop Hallur <anoophallur@gmail.com>
|
|
root |
a59260 |
|
|
root |
a59260 |
# Check grep functionality
|
|
root |
a59260 |
|
|
root |
a59260 |
t_Log "Running $0 - checking grep functionality"
|
|
root |
a59260 |
|
|
Christoph Galuschka |
d0abb5 |
echo "wow grep is working" | grep -q "wow"
|
|
root |
a59260 |
t_CheckExitStatus $?
|