Skip to content
Snippets Groups Projects
Commit 4b85f67d authored by Niels Möller's avatar Niels Möller
Browse files

run-tests: Added (c) notice. Some whitespace cleanup.

parent 79f4ded0
No related branches found
No related tags found
Loading
#! /bin/sh #! /bin/sh
# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2011, 2012 Niels Möller
#
# 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 of the License, 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, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
failed=0 failed=0
all=0 all=0
...@@ -105,4 +121,3 @@ if [ "x$debug" = xno ] ; then ...@@ -105,4 +121,3 @@ if [ "x$debug" = xno ] ; then
fi fi
[ "$failed" -eq 0 ] [ "$failed" -eq 0 ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment