1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Replace "TODO text" for yadm config (#46)

This commit is contained in:
Tim Byrne
2017-01-25 17:28:55 -06:00
parent 671b5c6ec6
commit 76d90db627
2 changed files with 25 additions and 3 deletions

View File

@@ -13,14 +13,18 @@ setup() {
}
@test "Command 'config' (no parameters)" {
skip
echo "
When 'config' command is provided alone,
Produce instructions about supported configuration options
Exit with 1
"
#; TODO: This has not been implemented
#; run config
run "${T_YADM_Y[@]}" config
#; validate status and output
[ $status -eq 0 ]
[[ "$output" =~ Please\ read\ the\ CONFIGURATION\ section ]]
}
@test "Command 'config' (read missing)" {