File: test

package info (click to toggle)
simhash 0.0.20161225-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 156 kB
  • sloc: ansic: 684; sh: 46; makefile: 39
file content (9 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

dd if=/dev/urandom of=a bs=10K count=1 status=none
dd if=/dev/urandom of=b bs=10K count=1 status=none
PATH=".":$PATH . ./test.sh > /dev/null
rm -f a b *.sim
echo "test passed"