test_scrypt.sh 152 B

12345678910
  1. #!/bin/sh
  2. ./test_scrypt > test_scrypt.log
  3. if cmp -s test_scrypt.log test_scrypt.good; then
  4. rm test_scrypt.log
  5. echo "PASSED!"
  6. else
  7. echo "FAILED!"
  8. fi