tests/test-addremove-similar
changeset 4472 736e49292809
parent 4135 6cb6cfe43c5d
child 4966 8d982aef0be1
--- a/tests/test-addremove-similar	Fri Jun 01 13:03:21 2007 +0200
+++ b/tests/test-addremove-similar	Fri Jun 01 16:00:40 2007 +0200
@@ -16,6 +16,12 @@
 
 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