Files
modules/testsuite/not_installed
Kent Mein e5a63ce087 Added missing fish shell to init Makefile
In the process saw a typo in not_installed fixed that as well.
Also updated the .gitignore file.

This bug was found by Michael Gooch.
2016-11-03 14:51:23 -05:00

13 lines
267 B
Bash
Executable File

#!/bin/sh
cat << EOF
Sorry, cannot run the testsuite on your system!
In order to run the testsuite you have to:
1.) Install dejagnu-1.2 or better
2.) Set up your PATH pointing to the 'runtest' binary
4.) make test in the modules/tcl directory
EOF