Skip to content

Commit

Permalink
Low: tests: Verify reading valid blackbox file works
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvossel committed Jun 28, 2013
1 parent a8d4e9f commit f41d257
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/blackbox-segfault.sh
Expand Up @@ -6,6 +6,14 @@ rm -f crash-test-dummy.fdata

. ./test.conf

# first test that reading the valid
# blackbox data actually works.
../tools/qb-blackbox crash-test-dummy.fdata
if [ $? -ne 0 ]; then
exit 1
fi


for i in $(seq $NUM_BB_TESTS)
do
rm -f butchered_blackbox.fdata
Expand Down

0 comments on commit f41d257

Please sign in to comment.