mirror of
https://github.com/StackExchange/blackbox.git
synced 2026-05-06 06:01:04 +03:00
d81cc6653f
Add unit tests to tools/confidence_test.sh to verify admin operations work.
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# blackbox_list_admins -- List authorized admins
|
|
#
|
|
set -e
|
|
source "${0%/*}/_blackbox_common.sh"
|
|
cat "$BB_ADMINS"
|