increase timeout to give sparc buildbot a chance
[oweals/gnunet.git] / src / monkey / test_monkey_npe.sh
1 #!/bin/sh
2 ./gnunet-monkey --output=npe.out ./bug_null_pointer_exception && exit 1
3 grep "null pointer exception on line bug_null_pointer_exception.c:12" npe.out  > /dev/null || exit 2
4 grep "expression \`nullString\' is NULL" npe.out  > /dev/null || exit 2
5 rm -f npe.out