aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-06-25 14:52:42 +0000
committerSteve Chamberlain <sac@cygnus>1995-06-25 14:52:42 +0000
commita900bc406eef0e0fdca57136abb56321ad45178e (patch)
treed0eefde3b578cbae96c280c34ce3bdffb4e96eb3 /ld/testsuite
parent1657d50b380676617feb4670e8fd3d1cd863ddc7 (diff)
downloadfsf-binutils-gdb-a900bc406eef0e0fdca57136abb56321ad45178e.zip
fsf-binutils-gdb-a900bc406eef0e0fdca57136abb56321ad45178e.tar.gz
fsf-binutils-gdb-a900bc406eef0e0fdca57136abb56321ad45178e.tar.bz2
Fix pathnames right..
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ld-versados/.Sanitize4
-rw-r--r--ld/testsuite/ld-versados/t1.ook (renamed from ld/testsuite/ld-versados/t1.outok)0
-rw-r--r--ld/testsuite/ld-versados/t2.ook (renamed from ld/testsuite/ld-versados/t2.outok)0
-rw-r--r--ld/testsuite/ld-versados/versados.exp6
4 files changed, 5 insertions, 5 deletions
diff --git a/ld/testsuite/ld-versados/.Sanitize b/ld/testsuite/ld-versados/.Sanitize
index b25c285..1d18747 100644
--- a/ld/testsuite/ld-versados/.Sanitize
+++ b/ld/testsuite/ld-versados/.Sanitize
@@ -26,12 +26,12 @@ Things-to-keep:
t1-1.ro
t1-2.ro
t1.ld
-t1.outok
+t1.ook
t2-1.ro
t2-2.ro
t2-3.ro
t2.ld
-t2.outok
+t2.ook
versados.exp
Things-to-lose:
diff --git a/ld/testsuite/ld-versados/t1.outok b/ld/testsuite/ld-versados/t1.ook
index 3984b94..3984b94 100644
--- a/ld/testsuite/ld-versados/t1.outok
+++ b/ld/testsuite/ld-versados/t1.ook
diff --git a/ld/testsuite/ld-versados/t2.outok b/ld/testsuite/ld-versados/t2.ook
index 03f24a5..03f24a5 100644
--- a/ld/testsuite/ld-versados/t2.outok
+++ b/ld/testsuite/ld-versados/t2.ook
diff --git a/ld/testsuite/ld-versados/versados.exp b/ld/testsuite/ld-versados/versados.exp
index 55fc490..4b33c0a 100644
--- a/ld/testsuite/ld-versados/versados.exp
+++ b/ld/testsuite/ld-versados/versados.exp
@@ -50,8 +50,8 @@ proc inspect { whichone } {
return
}
- send_log "$objdump -s $srcdir$subdir/$whichone.outok >tmpdir/$whichone.dumpok\n"
- catch "exec $objdump -s $srcdir$subdir/$whichone.outok | grep -v srec >tmpdir/$whichone.dumpok" exec_output
+ send_log "$objdump -s $srcdir$subdir/$whichone.ook >tmpdir/$whichone.dok\n"
+ catch "exec $objdump -s $srcdir$subdir/$whichone.ook | grep -v srec >tmpdir/$whichone.dok" exec_output
if ![string match "" $exec_output] {
send_log "$exec_output\n"
@@ -61,7 +61,7 @@ proc inspect { whichone } {
}
# compare it with the correct output
- catch "exec diff tmpdir/$whichone.dump tmpdir/$whichone.dumpok" exec_output
+ catch "exec diff tmpdir/$whichone.dump tmpdir/$whichone.dok" exec_output
if ![string match "" $exec_output] {
send_log "$exec_output\n"
verbose $exec_output