Remove unnecessary dd function.

The test now uses test-genrandom instead of dd if=/dev/random.
This commit is contained in:
Johannes Sixt
2007-11-16 08:59:29 +01:00
parent e8586bac15
commit a8cf9a4ac1

View File

@@ -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*