Lines Matching +full:input +full:- +full:value

36     touch input
37 atf_check "${MANBUILD}" input output
44 cat >input <<EOF
49 atf_check "${MANBUILD}" input output
50 atf_check -o file:input cat output
56 cat >input <<EOF
61 atf_check "${MANBUILD}" -v FOO=this input output
67 atf_check -o file:expout cat output
73 cat >input <<EOF
78 atf_check "${MANBUILD}" -v FOO=this -v BAR=replaced input output
84 atf_check -o file:expout cat output
90 cat >input <<EOF
98 atf_check "${MANBUILD}" input output
107 atf_check -o file:expout cat output
114 cat >doc/input <<EOF
128 atf_check "${MANBUILD}" -v OK=ok doc/input output
137 atf_check -o file:expout cat output
143 cat >input <<EOF
144 __include__ chunk value=first
145 __include__ chunk value=second
148 This is a chunk with value: __value__.
150 atf_check "${MANBUILD}" input output
152 This is a chunk with value: first.
153 This is a chunk with value: second.
155 atf_check -o file:expout cat output
161 cat >input <<EOF
165 atf_check -s exit:1 -o ignore \
166 -e match:"manbuild.sh: Failed to generate output.*left unreplaced" \
167 "${MANBUILD}" input output
168 [ ! -f output ] || atf_fail "Output file was generated but it should" \
175 touch input
176 atf_check -s exit:1 -o ignore \
177 -e match:"manbuild.sh: Failed to generate output" \
178 "${MANBUILD}" -v 'malformed&name=value' input output
179 [ ! -f output ] || atf_fail "Output file was generated but it should" \
186 cat >input <<EOF
191 atf_check -s exit:1 -o ignore \
192 -e match:"manbuild.sh: Failed to generate output.*left unreplaced" \
193 "${MANBUILD}" -v FOO=this input output
194 [ ! -f output ] || atf_fail "Output file was generated but it should" \
201 atf_check -s exit:1 \
202 -e match:'manbuild.sh: Must provide input and output names' \
205 atf_check -s exit:1 \
206 -e match:'manbuild.sh: Must provide input and output names' \
209 atf_check -s exit:1 \
210 -e match:'manbuild.sh: Must provide input and output names' \
217 atf_check -s exit:1 -e match:'manbuild.sh: Unknown option -Z' \
218 "${MANBUILD}" -Z