This repository has been archived on 2025-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scrypt-genpass/test/test.bash
2012-09-03 12:54:51 -07:00

11 lines
245 B
Bash
Executable file

#!/bin/bash
PROG=./scrypt-genpass
RESULTS=test/test_results.log
$PROG -t > $RESULTS 2>&1
$PROG -h >> $RESULTS 2>&1
$PROG -p b a >> $RESULTS 2>&1
$PROG -k test/keyfile1.dat -p abc ghi >> $RESULTS 2>&1
diff $RESULTS test/test_results.reference