mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-07 11:08:36 +00:00
Fix new keyring load test
This commit is contained in:
parent
55efc73b7e
commit
4b0550afd1
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user