helpers: use grep instead of vim in FileOwner doctest
authorW. Trevor King <wking@tremily.us>
Sun, 11 Nov 2012 15:52:55 +0000 (10:52 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 11 Nov 2012 15:52:55 +0000 (10:52 -0500)
commit1efe0ac51a0790d302d9d9c9151015ac1e199827
treecc726339a46e7c423ca322a0491dd794054ec8ec
parent800b1f431fe35dcb9ed76e7170f6853664196e09
helpers: use grep instead of vim in FileOwner doctest

grep is in the base profile so the tester is more likely to have it
installed.  The version may be off, but a test result with a different
grep version is still obviously working.  An empty result from an
uninstalled file is not so comforting.
pym/gentoolkit/helpers.py