From 7a65551686197695ffcbd5638071b274916e512b Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Tue, 1 Nov 2005 12:53:07 +0000 Subject: This file is obsolete and has been replaced wit... This file is obsolete and has been replaced with scalatest in bin. --- test/bin/scala-test | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100755 test/bin/scala-test (limited to 'test') diff --git a/test/bin/scala-test b/test/bin/scala-test deleted file mode 100755 index d80b3223f5..0000000000 --- a/test/bin/scala-test +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -############################################################################## -# test script for scala tools -############################################################################## - -# $Id$ - -############################################################################## -# define prefix and script - -SOURCE="$0"; -while [ -h "$SOURCE" ]; do - LOOKUP="`ls -ld "$SOURCE"`"; - TARGET="`expr "$LOOKUP" : '.*-> \(.*\)$'`"; - if expr "${TARGET:-.}/" : '/.*/$' > /dev/null; then - SOURCE="${TARGET:-.}"; - else - SOURCE="`dirname "$SOURCE"`/${TARGET:-.}"; - fi; -done; -PREFIX=`dirname "$SOURCE"`; -case "$PREFIX" in - bin | */bin ) PREFIX=`dirname "$PREFIX"`;; - * ) PREFIX=`cd "$PREFIX/.."; pwd`; -esac -SCRIPT="`basename $SOURCE`"; - -############################################################################## -# flow control functions - -abort() { - echo "$0: $1" 1>&2; - exit 1; -} - -############################################################################## - -case "$PREFIX" in - . ) dirname="..";; - * ) dirname=`dirname "$PREFIX"`;; -esac -abort "this script has been replaced by $dirname/bin/scalatest"; - -############################################################################## -- cgit v1.2.3