Blame tests/p_grep/10-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 installation
|
|
root |
a59260 |
|
|
root |
a59260 |
t_Log "Running $0 - checking grep installation"
|
|
root |
a59260 |
|
|
root |
a59260 |
grep --version &>/dev/null
|
|
root |
a59260 |
t_CheckExitStatus $?
|