d2cd3b1b26
Tests will be run using `bats`.
11 lines
147 B
Bash
11 lines
147 B
Bash
load common
|
|
load_fixtures
|
|
|
|
@test "Syntax check" {
|
|
echo "
|
|
$T_YADM must parse correctly
|
|
"
|
|
|
|
#; check the syntax of yadm
|
|
bash -n $T_YADM
|
|
}
|