# HG changeset patch # User Christian Ebert # Date 1286559586 -3600 # Node ID c623752b1af58f41f05f2fc6da335f7896682918 # Parent 799cec3ba3b1e4febc6cad9ae4d11702af6d2513 test-keyword: remove remaining sed calls diff -r 799cec3ba3b1 -r c623752b1af5 tests/test-keyword.t --- a/tests/test-keyword.t Fri Oct 08 18:39:46 2010 +0100 +++ b/tests/test-keyword.t Fri Oct 08 18:39:46 2010 +0100 @@ -50,6 +50,9 @@ > b = ignore > i = ignore > [hooks] + > EOF + $ cp $HGRCPATH $HGRCPATH.nohooks + > cat <> $HGRCPATH > commit= > commit.test=cp a hooktest > EOF @@ -157,10 +160,7 @@ $ diff a hooktest -Removing commit hook from config - - $ sed -e '/\[hooks\]/,$ d' "$HGRCPATH" > $HGRCPATH.nohook - $ mv "$HGRCPATH".nohook "$HGRCPATH" + $ cp $HGRCPATH.nohooks $HGRCPATH $ rm hooktest bundle @@ -247,10 +247,7 @@ +ignore $Id$ 3 files updated, 0 files merged, 0 files removed, 0 files unresolved -Remove notify config - - $ sed -e '/\[hooks\]/,$ d' "$HGRCPATH" > $HGRCPATH.nonotify - $ mv "$HGRCPATH".nonotify "$HGRCPATH" + $ cp $HGRCPATH.nohooks $HGRCPATH Touch files and check with status @@ -730,8 +727,8 @@ Imported patch should not be rejected - $ sed -e 's/Id.*/& rejecttest/' a > a.new - $ mv a.new a + $ python -c \ + > 'import re; s=re.sub("(Id.*)","\\1 rejecttest",open("a").read()); open("a","wb").write(s);' $ hg --debug commit -m'rejects?' -d '3 0' -u 'User Name ' a overwriting a expanding keywords