From: Thomas Tanner Date: Mon, 5 Apr 1999 10:21:40 +0000 (+0000) Subject: removed run.test X-Git-Tag: release-1-3b~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a32e6ad3c93850a2a6bcdb364fcad3f104ed5e4;p=thirdparty%2Flibtool.git removed run.test --- diff --git a/demo/run.test b/demo/run.test deleted file mode 100644 index 6a962ae24..000000000 --- a/demo/run.test +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh -# run.test - Check that hell is viable. - -if test -z "$srcdir"; then - srcdir=. - test "${VERBOSE+set}" != "set" && VERBOSE=yes -fi - -# See how redirections should work. -if test -z "$VERBOSE"; then - exec > /dev/null 2>&1 -fi - -echo "=== Running test $0" - -# Attempt to execute the program we built. -if ./hell | grep 'GNU Hell' > /dev/null; then - exit 0 -else - exit 1 -fi