summaryrefslogtreecommitdiffstats
path: root/testsuite/test02.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test02.sh')
-rwxr-xr-xtestsuite/test02.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/test02.sh b/testsuite/test02.sh
deleted file mode 100755
index c0b7105..0000000
--- a/testsuite/test02.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-rm -f test02 lib02*.so test02.log
-rm -f prelink.cache
-$CC -shared -O2 -fpic -o lib021.so $srcdir/lib021.c
-$CC -shared -O2 -fpic -o lib022.so $srcdir/lib022.c lib021.so
-$CCLINK -o test02 $srcdir/test02.c -Wl,--rpath-link,. lib022.so
-echo $PRELINK -vm ./test02 > test02.log
-$PRELINK -vm ./test02 >> test02.log 2>&1 || exit 1
-LD_LIBRARY_PATH=. ./test02 || exit 2
-# So that it is not prelinked again
-chmod -x ./test02