#! /bin/sh # Copyright (C) 2011-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # TAP support: # - all input (valid TAP lines, invalid TAP lines, non-TAP lines) # are passed through in the log file # - TAP errors are reported in the log file too # See also related test 'tap-passthrough-exit.test'. am_parallel_tests=yes . ./defs || Exit 1 weirdchars=\''"\$@!&()[]<>#;,:.^?*/' . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" # # Only successful tests. # # The whitespace in this test might be normalized in the testsuite # progress output, but should be copied verbatim in the log files. cat > ok.test < tiny.test < ok.test < ko.test < bail.test < skip.test < err.test <