1ATF-SH(1)                 BSD General Commands Manual                ATF-SH(1)
2

NAME

4     atf-sh — interpreter for shell-based test programs
5

SYNOPSIS

7     atf-sh script
8     atf-sh -h
9

DESCRIPTION

11     atf-sh is an interpreter that runs the test program given in script after
12     loading the atf-sh-api(3) library.
13
14     atf-sh is not a real interpreter though: it is just a wrapper around the
15     system-wide shell defined by the ‘atf_shell’ configuration value in
16     atf-config(1).  atf-sh executes the interpreter, loads the atf-sh-api(3)
17     library and then runs the script.
18
19     Scripts using atf-sh-api(3) should start with:
20
21           #! /usr/bin/env atf-sh
22
23     The following options are available:
24
25     -h    Shows a short summary of all available options and their purpose.
26

SEE ALSO

28     atf-config(1), atf-sh-api(3), atf(7)
29
30BSD                            October 15, 2013                            BSD
Impressum