bstinson / centos / t_functional

Forked from centos/t_functional 4 years ago
Clone
Blob Blame History Raw
#!/bin/bash
# Author: Ravi Kumar P <ravi.pasumarthy@gmail.com>, Anoop Hallur <anoophallur@gmail.com>
# Check grep functionality
t_Log "Running $0 - checking grep functionality"
echo "wow grep is working" | grep -q "wow"
t_CheckExitStatus $?