# HG changeset patch # User Mads Kiilerich # Date 1288142496 -7200 # Node ID 13984e96cb09ebc7b9526d6da1abd24ae43e249b # Parent 5dbff89cf1070a578c53f347d734a57962608713 test-win32text.t: stabilize test output The test sometimes failed because f4.bat wasn't dirty. I'm not sure whether it should or shouldn't be dirty, but the extension is broken and deprecated and we just want to see the deprecation warning, so now we just avoid showing the dirtyness. diff -r 5dbff89cf107 -r 13984e96cb09 tests/test-win32text.t --- a/tests/test-win32text.t Wed Oct 27 00:28:40 2010 +0200 +++ b/tests/test-win32text.t Wed Oct 27 03:21:36 2010 +0200 @@ -393,16 +393,16 @@ Trigger deprecation warning: - $ hg id + $ hg id -t win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension - b910084e3c98+ tip + tip Disable warning: $ echo '[win32text]' >> .hg/hgrc $ echo 'warn = no' >> .hg/hgrc - $ hg id - b910084e3c98+ tip + $ hg id -t + tip $ rm f3 f4.bat bin $ hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))'