mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 12:41:46 +00:00
Reconstruct clean lib code
This commit is contained in:
@@ -46,8 +46,11 @@ setup() {
|
||||
}
|
||||
|
||||
@test "touchid status reports current configuration" {
|
||||
# Don't test actual Touch ID config (system-dependent, may trigger prompts)
|
||||
# Just verify the command exists and can run
|
||||
run env HOME="$HOME" "$PROJECT_ROOT/mole" touchid status
|
||||
[ "$status" -eq 0 ]
|
||||
# Should output either "enabled" or "not configured" message
|
||||
[[ "$output" == *"Touch ID"* ]]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user