]>
git.scottworley.com Git - pinch/blob - tests/reject-unknown-field.sh
3 . .
/tests
/lib
/test-setup.sh
7 echo "whatisthis = I don't even" >> "$conf"
9 if python3 .
/pinch.py pin
"$conf";then
10 echo "FAIL: Config with unknown field should be rejected"