From 7a6a30b8a2dea2a1b49d43ee9ab70880a0aa435a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Aug 2007 10:21:48 +0200 Subject: Add support for parallel "make check" (in tests/misc, for now) --- tests/misc/sha224sum | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/misc/sha224sum') diff --git a/tests/misc/sha224sum b/tests/misc/sha224sum index d7d55952e..220a49864 100755 --- a/tests/misc/sha224sum +++ b/tests/misc/sha224sum @@ -1,7 +1,7 @@ #!/bin/sh # Test "sha224sum". -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007 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 @@ -19,6 +19,8 @@ : ${PERL=perl} : ${srcdir=.} +PROG=`echo $0|sed 's,.*/,,'`; export PROG + $PERL -e 1 > /dev/null 2>&1 || { echo 1>&2 "$0: configure didn't find a usable version of Perl," \ "so can't run this test" -- cgit v1.2.3-54-g00ecf