makedeb


bats 1.11.0-1


Bash Automated Testing System

Viewing /bats.preinst.

View raw.

Click here to go back to the Git tree for bats.

#!/usr/bin/env bash
if [[ "${1}" == "install" ]]; then
    echo "NOTE: You need to log in and out before the 'bats_load_library' will work properly in your Bats tests. Alternative, you can run 'source /etc/profile' in your current terminal."
fi

# vim: set syntax=bash sw=4 expandtab: