1
0
Fork 0
mirror of synced 2024-09-16 07:22:53 -04:00
yadm/test/000_unit_syntax.bats
Tim Byrne d2cd3b1b26 Add tests
Tests will be run using `bats`.
2016-04-07 08:14:13 -05:00

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
}