[ltrace-commits] 01/01: whitespace tweak to DWARF test suite entry:

Petr Machata pmachata-guest at moszumanska.debian.org
Wed Sep 3 10:27:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit e809229d0381d520d457f973c1ba2db8ccc643fd
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Aug 8 16:54:49 2014 -0700

    whitespace tweak to DWARF test suite entry:
    
    looking for ' * ' as separating whitespace instead of ' * '. This was causing
    false-positive test failures in some cases
---
 testsuite/ltrace.main/dwarf.exp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/ltrace.main/dwarf.exp b/testsuite/ltrace.main/dwarf.exp
index 28471eb..ccdfd10 100644
--- a/testsuite/ltrace.main/dwarf.exp
+++ b/testsuite/ltrace.main/dwarf.exp
@@ -138,13 +138,13 @@ run_dwarf_test $ref_output_e $ltrace_opts_e
 # Make sure the DWARF filtering and the alias finding work well together
 set ltrace_opts_e {"-L" "-x" "ftell at libc.so*"}
 set ref_output_e [subst -nocommands -novariables {
-ftell at libc.so.6(0x[0-9a-z]*)  * = -1
+ftell at libc.so.6(0x[0-9a-z]*) * = -1
 } ]
 run_dwarf_test $ref_output_e $ltrace_opts_e
 
 set ltrace_opts_e {"-L" "-x" "*ftell at libc.so*"}
 set ref_output_e [subst -nocommands -novariables {
-ftell at libc.so.6(0x[0-9a-z]*)  * = -1
+ftell at libc.so.6(0x[0-9a-z]*) * = -1
 } ]
 run_dwarf_test $ref_output_e $ltrace_opts_e
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list