simpler grep usage

This commit is contained in:
Rick Olson 2015-05-27 15:25:04 -06:00
parent fae85dcb56
commit 6dcf22db4f

@ -8,7 +8,6 @@ begin_test "submodule local git dir"
(
set -e
setup_remote_repo "$reponame"
setup_remote_repo "$submodname"
@ -26,7 +25,7 @@ begin_test "submodule local git dir"
git commit -m "add submodule"
git push origin master
cat sub/dir/README | grep "sub module"
grep "sub module" sub/dir/README
)
end_test