commit 5<" trash/tmp
'
-run_test 'find commit msg' 'grep -e "
" trash/tmp'
-run_test 'find diffstat' 'grep -e "
" trash/tmp'
+run_test 'find commit msg' 'grep "" trash/tmp'
+run_test 'find diffstat' 'grep "" trash/tmp'
run_test 'find diff summary' '
- grep -e "1 files changed, 1 insertions, 0 deletions" trash/tmp
+ grep "1 files changed, 1 insertions, 0 deletions" trash/tmp
'
run_test 'get root commit' '
@@ -31,7 +31,7 @@ run_test 'root commit contains diffstat' '
run_test 'root commit contains diff' '
grep ">diff --git a/file-1 b/file-1<" trash/tmp &&
- grep -e "+1
" trash/tmp
+ grep "+1
" trash/tmp
'
tests_done