summaryrefslogtreecommitdiff
path: root/tests/test-pseudotcp-random.sh
blob: c1ba4ad92b07c8d978dd45a39ba139771bc86c49 (plain)
1
2
3
4
5
6
#!/bin/bash

dd if=/dev/urandom of=rand count=1024 ibs=1024
./test-pseudotcp rand rand-copy
diff rand rand-copy
rm -rf rand rand-copy