Files
snapd/tests/lib/tools/REBOOT
2020-05-29 21:45:10 +02:00

9 lines
204 B
Bash
Executable File

#!/bin/bash
# Source spread-funcs.sh which, at runtime, contains the real definition of
# REBOOT and execute it.
# shellcheck source=tests/lib/spread-funcs.sh
. "$TESTSLIB/spread-funcs.sh"
REBOOT "$@"