summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/json_cleanup/library/bad_json
blob: 1df8c725f02b08be2a368bd0bd0288eb98b2b982 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -eu

echo 'this stuff should be ignored'

echo '[ looks like a json list]'

echo '{"changed": false, "failed": false, "msg": "good json response"}'

echo 'moar garbage'