mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-08 20:07:21 +00:00
Low: tests: Verify reading valid blackbox file works
This commit is contained in:
parent
a8d4e9fdb5
commit
f41d257d65
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user