1
0
mirror of https://github.com/zrepl/zrepl.git synced 2025-03-21 03:26:54 +01:00
zrepl/zfs/test_helpers/zfs_failer.sh
2017-04-26 17:39:16 +02:00

4 lines
51 B
Bash
Executable File

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