Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / regress / barrier / spec
blob56244d0c64fb1688eac32d48c21115ce37205e01
1 # $NetBSD$
4 do_test() {
6         {
8         ${TEST_MAKE} "clean"
10         # Because of the missing USE_TOOLS+=perl, this test is expected
11         # to fail.
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
20 check_result() {
22         exit_status "0"
23         output_require "USE_TOOLS\\+=perl"
24         output_require "The first call.*1\\.\$"
25         output_require "The second call.*1\\.\$"