You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
543 B
13 lines
543 B
4 years ago
|
diff -Nrup a/testsuite/ltrace.main/system_calls.exp b/testsuite/ltrace.main/system_calls.exp
|
||
|
--- a/testsuite/ltrace.main/system_calls.exp 2016-02-17 19:39:51.433134376 -0700
|
||
|
+++ b/testsuite/ltrace.main/system_calls.exp 2016-02-17 19:40:26.220402747 -0700
|
||
|
@@ -133,7 +133,7 @@ Match [Diff [Calls [ltraceRun -L -S -- $
|
||
|
{ {^write$} == 1 }
|
||
|
{ {^unlink(at)?$} >= 2 }
|
||
|
{ {^open(at)?$} == 1 }
|
||
|
- { {^(new|f)?stat(64)?$} == 1 }
|
||
|
+ { {^(new|f)?stat(64)?$} >= 1 }
|
||
|
{ {^close$} == 1 }
|
||
|
{ {^getcwd$} == 1 }
|
||
|
{ {^chdir$} == 1 }
|