tests/test-win32text
changeset 8759 f584d63c49c3
parent 8742 a964ab624385
--- a/tests/test-win32text	Mon Jun 08 20:09:48 2009 +0200
+++ b/tests/test-win32text	Tue Jun 09 11:55:32 2009 -0500
@@ -142,19 +142,3 @@
 hg revert -a
 hg st -q
 python print.py < linefeed
-
-echo "# disable extension again"
-echo '[decode]' >> .hg/hgrc
-echo '** = !' >> .hg/hgrc
-echo '[encode]' >> .hg/hgrc
-echo '** = !' >> .hg/hgrc
-cat .hg/hgrc
-echo
-
-rm f3 f4.bat bin
-hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))'
-python print.py < bin
-python print.py < f3
-python print.py < f4.bat
-echo
-