10 # Because of the missing USE_TOOLS+=perl, this test is expected
12 ${TEST_MAKE} || echo "The first call failed with exit code $?."
14 # Calling make(1) a second time must not change things.
15 ${TEST_MAKE} || echo "The second call failed with exit code $?."
17 } 1>"${TEST_OUTFILE}" 2>&1
23 output_require "USE_TOOLS\\+=perl"
24 output_require "The first call.*1\\.\$"
25 output_require "The second call.*1\\.\$"