[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[committed] Fix comparison with wrong exec in pr24747.sh



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