X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Ftap-driver.sh;h=bb4688069b464cec3623dfb8926e63f87e06fcab;hb=f68c8a71643b4a920ccceafed3e47819f0b7cdb2;hp=756d20b704fec133d7c28152179dbc058eb84aa4;hpb=86f2cc9eeb65093fc55cc18edc4e22d0704b85f9;p=babeltrace.git diff --git a/tests/utils/tap-driver.sh b/tests/utils/tap-driver.sh index 756d20b7..bb468806 100755 --- a/tests/utils/tap-driver.sh +++ b/tests/utils/tap-driver.sh @@ -1,18 +1,7 @@ #! /bin/sh -# Copyright (C) 2011-2018 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. +# SPDX-License-Identifier: GPL-2.0-or-later # -# 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 . +# Copyright (C) 2011-2018 Free Software Foundation, Inc. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -372,7 +361,7 @@ function setup_result_obj(line) sub("^(not )?ok[ \t]*", "", line) # If the result has an explicit number, get it and strip it; otherwise, - # automatically assing the next progresive number to it. + # automatically assign the next progressive number to it. if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/) { match(line, "^[0-9]+")