ctf-tools/ropper/test

10 lines
147 B
Text
Raw Normal View History

2016-04-04 22:03:44 +00:00
#!/bin/bash -e
set +e
source ${VIRTUALENVWRAPPER_SCRIPT}
workon ctftools
set -e
2016-04-04 22:03:44 +00:00
[ $(ropper --file /bin/false | wc -l) -gt 400 ] || exit 1
exit 0