File: multicall_test

package info (click to toggle)
ifupdown-ng 0.12.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: ansic: 3,572; sh: 980; makefile: 233
file content (11 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env atf-sh

. $(atf_get_srcdir)/test_env.sh

tests_init \
	regress_getopt

regress_getopt_body() {
	atf_check -e not-inline:'-F: applet not found' -o ignore -s exit:1 \
		ifupdown ifquery -F
}