summaryrefslogtreecommitdiff
path: root/tests/run-prelink-addr-test.sh
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-01-07 15:13:46 -0800
committerRoland McGrath <roland@hack.frob.com>2013-01-07 15:13:46 -0800
commit3f9256d1845af7e7119654f5febc099df5b57984 (patch)
tree1e458f52e87c2c61cf2a53ef8b6d2d432aceef14 /tests/run-prelink-addr-test.sh
parent3999ce14663c26bcddc2cf4d4bb9b61c7ad29ac3 (diff)
downloadelfutils-3f9256d1845af7e7119654f5febc099df5b57984.tar.gz
Make run-prelink-addr-test.sh robust in its use of ln.
Signed-off-by: Roland McGrath <roland@hack.frob.com>
Diffstat (limited to 'tests/run-prelink-addr-test.sh')
-rwxr-xr-xtests/run-prelink-addr-test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/run-prelink-addr-test.sh b/tests/run-prelink-addr-test.sh
index 52bb2841..588261f9 100755
--- a/tests/run-prelink-addr-test.sh
+++ b/tests/run-prelink-addr-test.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011 Red Hat, Inc.
+# Copyright (C) 2011-2013 Red Hat, Inc.
# This file is part of elfutils.
#
# This file is free software; you can redistribute it and/or modify
@@ -33,7 +33,7 @@
testfiles testfile52-32.so testfile52-32.so.debug
testfiles testfile52-32.prelink.so testfile52-32.noshdrs.so
tempfiles testmaps52-32 testfile52-32.noshdrs.so.debug
-ln -s testfile52-32.so.debug testfile52-32.noshdrs.so.debug
+ln -snf testfile52-32.so.debug testfile52-32.noshdrs.so.debug
cat > testmaps52-32 <<EOF
00111000-00112000 r-xp 00000000 fd:01 1 `pwd`/testfile52-32.so
@@ -62,7 +62,7 @@ EOF
testfiles testfile52-64.so testfile52-64.so.debug
testfiles testfile52-64.prelink.so testfile52-64.noshdrs.so
tempfiles testmaps52-64 testfile52-64.noshdrs.so.debug
-ln -s testfile52-64.so.debug testfile52-64.noshdrs.so.debug
+ln -snf testfile52-64.so.debug testfile52-64.noshdrs.so.debug
cat > testmaps52-64 <<EOF
1000000000-1000001000 r-xp 00000000 fd:11 1 `pwd`/testfile52-64.so