public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed] Fix comparison with wrong exec in pr24747.sh
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub; +Cc: Matthias Klose

Hi,

Committed to trunk.

Thanks,
- Tom

Fix comparison with wrong exec in pr24747.sh

2019-07-02  Tom de Vries  <tdevries@suse.de>

	* testsuite/dwz.tests/pr24747.sh: Don't compare with hello.

---
 testsuite/dwz.tests/pr24747.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuite/dwz.tests/pr24747.sh b/testsuite/dwz.tests/pr24747.sh
index 1e555ce..f868dbe 100644
--- a/testsuite/dwz.tests/pr24747.sh
+++ b/testsuite/dwz.tests/pr24747.sh
@@ -1,7 +1,9 @@
-cp $execs/start-gold 1
+exec=$execs/start-gold
+
+cp $exec 1
 
 dwz 1
 
-smaller-than.sh 1 $execs/hello
+smaller-than.sh 1 $exec
 
 rm -f 1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-02 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [committed] Fix comparison with wrong exec in pr24747.sh Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).