# HG changeset patch # User Thomas Arendsen Hein # Date 2007-07-29 16:53:09 # Node ID 17d71a79a257f8f4ceb078695badc2944ce1a427 # Parent 48ebd6a8399480a889410a130d98e6bf342bc3ca Fix bashism and remove useless use of cat. diff --git a/tests/test-mq b/tests/test-mq --- a/tests/test-mq +++ b/tests/test-mq @@ -342,7 +342,7 @@ echo % create a git patch echo a > alexander hg add alexander hg qnew -f --git addalexander -cat .hg/patches/addalexander | grep diff +grep diff .hg/patches/addalexander echo % create a git binary patch cat > writebin.py <