6da3f65ae2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/acpica-tools#97b38e48de60dcda464ba13c4571a9669a887813
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
|
|
|