Fix new keyring load test

This commit is contained in:
Andrew Bettison 2013-09-05 09:19:45 +09:30
parent 55efc73b7e
commit 4b0550afd1

View File

@ -168,11 +168,10 @@ test_Load() {
executeOk_servald keyring dump dBA
tfw_cat dBA
while read line; do
tfw_log -F "${line#[0-9]}" dBA
assertGrep -- -F "${line#[0-9]}" dBA
assertGrep --fixed-strings dBA "${line#[0-9]}"
done < dA
while read line; do
assertGrep -- -F "${line#[0-9]}" dBA
assertGrep --fixed-strings dBA "${line#[0-9]}"
done < dB
}