lib/colors: rename theme/colors

This commit is contained in:
John D Pell
2022-01-26 12:32:10 -08:00
parent 7e79212dff
commit 2a8d8ba540
6 changed files with 3 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ load ../../plugins/available/base.plugin
run myip
assert_success
declare -r mask_ip=$(echo $output | tr -s '[0-9]' '?')
[[ $mask_ip == 'Your public IP is: ?.?.?.?' ]]
[[ $mask_ip == 'Your public IP is:'*'?.?.?.?'* ]]
}
@test 'plugins base: pickfrom()' {