zrepl/internal/zfs/test_helpers/zfs_failer.sh
2024-10-18 19:21:17 +02:00

4 lines
51 B
Bash
Executable File

#!/bin/sh
echo "error: this is a mock" 1>&2
exit 1