mirror of
https://github.com/tw93/Mole.git
synced 2026-02-09 01:29:19 +00:00
Grammar check and optimization
This commit is contained in:
@@ -27,6 +27,7 @@ setup() {
|
||||
# We can't actually test sudo without prompting, but we can test structure
|
||||
|
||||
# Mock sudo to avoid actual auth
|
||||
# shellcheck disable=SC2329
|
||||
function sudo() {
|
||||
return 1 # Simulate no sudo available
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user