mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
removed run.test
This commit is contained in:
parent
2706767e2c
commit
6a32e6ad3c
@ -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
|
Loading…
Reference in New Issue
Block a user