mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Remove unnecessary dd function.
The test now uses test-genrandom instead of dd if=/dev/random.
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
test_description='mmap sliding window tests'
|
||||
. ./test-lib.sh
|
||||
|
||||
dd () {
|
||||
perl -e 'print pack("C", rand(256)) foreach 0 .. 32767'
|
||||
}
|
||||
|
||||
test_expect_success \
|
||||
'setup' \
|
||||
'rm -f .git/index*
|
||||
|
||||
Reference in New Issue
Block a user