$OpenBSD: patch-tests_test12,v 1.1 2015/10/05 16:50:14 sthen Exp $

- Fix regress tests, head -c not working on OpenBSD

--- tests/test12.orig	Sun Aug  2 17:09:46 2015
+++ tests/test12	Sun Oct  4 22:23:04 2015
@@ -19,7 +19,7 @@ echo $banner
 echo $dashes
 
 mv test.data test.data-correct
-head -c 113579 test.data-correct > test.data
+dd if=test.data-correct bs=113579 count=1 status=none of=test.data
 
 ../../par2 r test.par2 > ../$testname.log || { echo "ERROR: repair files using PAR 2.0 failed" ; exit 1; } >&2
 
