tests/test-largefiles.t
branchstable
changeset 16494 e1f0305eabe4
parent 16449 874a680a3e23
child 16515 12dabc22de77
--- a/tests/test-largefiles.t	Sun Apr 22 21:27:52 2012 -0400
+++ b/tests/test-largefiles.t	Mon Apr 23 01:56:48 2012 +0200
@@ -815,7 +815,7 @@
 
 Test --normal flag
 
-  $ dd if=/dev/urandom bs=2k count=11k > new-largefile 2> /dev/null
+  $ dd if=/dev/zero bs=2k count=11k > new-largefile 2> /dev/null
   $ hg add --normal --large new-largefile
   abort: --normal cannot be used with --large
   [255]
@@ -945,7 +945,7 @@
   $ cd alice
   $ hg init pubrepo
   $ cd pubrepo
-  $ dd if=/dev/urandom bs=1k count=11k > a-large-file 2> /dev/null
+  $ dd if=/dev/zero bs=1k count=11k > a-large-file 2> /dev/null
   $ hg add --large a-large-file
   $ hg commit -m "Add a large file"
   Invoking status precommit hook