forked from mirrors/nixpkgs
8511f9a55f
0.7.91 is a "fake" version of ltrace from Red Hat / Fedora which includes many patches for better compatibility with non-x86 architectures as well as fixes for bugs found since the 0.7.3 release back in 2013.
14 lines
515 B
Diff
14 lines
515 B
Diff
diff --git a/testsuite/ltrace.main/system_calls.exp b/testsuite/ltrace.main/system_calls.exp
|
|
index 1b64cb0..af19916 100644
|
|
--- a/testsuite/ltrace.main/system_calls.exp
|
|
+++ b/testsuite/ltrace.main/system_calls.exp
|
|
@@ -133,7 +133,7 @@ Match [Diff [Calls [ltraceRun -L -S -- $bin]] \
|
|
{ {^write$} == 1 }
|
|
{ {^unlink(at)?$} >= 2 }
|
|
{ {^open(at)?$} == 1 }
|
|
- { {^(new|f)?stat(64)?$} >= 1 }
|
|
+ { {^(new)?f?statx?(at)?(64)?$} >= 1 }
|
|
{ {^close$} == 1 }
|
|
{ {^getcwd$} == 1 }
|
|
{ {^chdir$} == 1 }
|