osi-tools/test/mod-error.sh

11 lines
190 B
Bash

#!/hint/bash -euE
# Copyright (C) 2026 Luke Shumaker
# SPDX-License-Identifier: AGPL-3.0-or-later
pre_install+=(20:do-error)
do-error() {
local arg_mountpoint=$1
install -Dm644 /path
}