Files
neofetch/tests/test.sh
2018-05-18 14:35:31 +10:00

8 lines
112 B
Bash
Executable File

#!/usr/bin/env bash
#
# Run all tests.
./test_misc.sh
[[ -f /tmp/err ]] || exit 0 && { rm /tmp/err; exit 1; }