Sha256: 014714afa59e2e98b631ad4e49682e8732536faa09ecc863519a860ca4eec66b

Contents?: true

Size: 140 Bytes

Versions: 1

Compression:

Stored size: 140 Bytes

Contents

#!/bin/bash
echo 'OK
This check should EXEC_FAIL because of its exit status (even though the
prelude is correct).
'
# but exit badly
exit 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hostlint-0.0.1 tests/checks/exec_fail/bad_exit_status.sh