12345678910111213141516 |
- $OpenBSD: patch-tests_test20,v 1.1 2015/10/05 16:50:14 sthen Exp $
- - On OpenBSD iflag is not supported
- --- tests/test20.orig Sun Oct 4 22:27:11 2015
- +++ tests/test20 Sun Oct 4 22:30:27 2015
- @@ -16,7 +16,7 @@ echo $dashes
- echo $banner
- echo $dashes
-
- -dd bs=1000 count=2 iflag=fullblock if=/dev/random of=myfile.dat
- +dd bs=1000 count=2 if=/dev/random of=myfile.dat
-
- banner="Creating PAR 2.0 recovery data"
- dashes=`echo "$banner" | sed s/./-/g`
|