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

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

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