GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
[sipe-libnice.git] / tests / test-pseudotcp-random.sh
blob7cdbde01734c398401fa324ba5be36b33ba98478
1 #!/bin/sh
3 dd if=/dev/urandom of=rand count=1024 ibs=1024
4 ./test-pseudotcp rand rand-copy
5 diff rand rand-copy
6 rm -rf rand rand-copy