diff tests/test-addremove-similar @ 4471:736e49292809

addremove: comparing two empty files caused ZeroDivisionError (found by Giorgos Keramidas)
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Jun 2007 16:00:40 +0200
parents 6cb6cfe43c5d
children 8d982aef0be1
line wrap: on
line diff
--- a/tests/test-addremove-similar
+++ b/tests/test-addremove-similar
@@ -16,6 +16,12 @@ hg addremove -s50
 
 hg commit -m B
 
+echo % comparing two empty files caused ZeroDivisionError in the past
+hg update -C 0
+rm empty-file
+touch another-empty-file
+hg addremove -s50
+
 cd ..
 
 hg init rep2; cd rep2