patch-tests_test20 451 B

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