Skip to content

Commit 553e598

Browse files
author
Yegor Bugayenko
committed
#10 urandom
1 parent 60894f1 commit 553e598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_git.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ def test_ignores_binary_files
7373
git init .
7474
git config user.email [email protected]
7575
git config user.name test
76-
dd if=/dev/random of=test.dat bs=1 count=65536
76+
dd if=/dev/urandom of=test.dat bs=1 count=65536
7777
git add test.dat
7878
git commit -am 'binary file'
79-
dd if=/dev/random of=test.dat bs=1 count=65536
79+
dd if=/dev/urandom of=test.dat bs=1 count=65536
8080
git add test.dat
8181
git commit -am 'binary file modified'
8282
")

0 commit comments

Comments
 (0)