]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
removed run.test
authorThomas Tanner <tanner@gmx.de>
Mon, 5 Apr 1999 10:21:40 +0000 (10:21 +0000)
committerThomas Tanner <tanner@gmx.de>
Mon, 5 Apr 1999 10:21:40 +0000 (10:21 +0000)
demo/run.test [deleted file]

diff --git a/demo/run.test b/demo/run.test
deleted file mode 100644 (file)
index 6a962ae..0000000
+++ /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