#!/bin/bash
# Test script that fails with exit code 1

echo "Script failed intentionally" >&2
exit 1
