We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60894f1 commit 553e598Copy full SHA for 553e598
test/test_git.rb
@@ -73,10 +73,10 @@ def test_ignores_binary_files
73
git init .
74
git config user.email [email protected]
75
git config user.name test
76
- dd if=/dev/random of=test.dat bs=1 count=65536
+ dd if=/dev/urandom of=test.dat bs=1 count=65536
77
git add test.dat
78
git commit -am 'binary file'
79
80
81
git commit -am 'binary file modified'
82
")
0 commit comments