7 lines
206 B
Bash
7 lines
206 B
Bash
|
#!/bin/bash
|
||
|
# /Coreos/acpica-tools/acpica-tools-tests/include/runtest.sh
|
||
|
echo "This task contains library functions for acpica-tools-tests."
|
||
|
echo "Please do not attempt to run this task directly. "
|
||
|
exit 1
|
||
|
|