zrepl/zfs/test_helpers/zfs_failer.sh

4 lines
51 B
Bash
Raw Normal View History

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