diff tests/test-encode @ 7080:a6477aa893b8

tests: Windows compatibility fixes - printenv.py, md5sum.py, simplemerge, test-archive, test-merge1, test-merge-symlinks: set standard streams to binary mode - test-encode: replace "gunzip" by "gzip -d" - test-hup: requires fifo
author Patrick Mezard <pmezard@gmail.com>
date Sun, 12 Oct 2008 19:11:59 +0200
parents 3998c1b0828f
children a964ab624385
line wrap: on
line diff
--- a/tests/test-encode	Sun Oct 12 19:11:56 2008 +0200
+++ b/tests/test-encode	Sun Oct 12 19:11:59 2008 +0200
@@ -4,7 +4,7 @@
 
 cat > .hg/hgrc <<EOF
 [encode]
-*.gz = gunzip
+*.gz = gzip -d
 
 [decode]
 *.gz = gzip