Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 13 lines 515 B view raw
1diff --git a/testsuite/ltrace.main/system_calls.exp b/testsuite/ltrace.main/system_calls.exp 2index 1b64cb0..af19916 100644 3--- a/testsuite/ltrace.main/system_calls.exp 4+++ b/testsuite/ltrace.main/system_calls.exp 5@@ -133,7 +133,7 @@ Match [Diff [Calls [ltraceRun -L -S -- $bin]] \ 6 { {^write$} == 1 } 7 { {^unlink(at)?$} >= 2 } 8 { {^open(at)?$} == 1 } 9- { {^(new|f)?stat(64)?$} >= 1 } 10+ { {^(new)?f?statx?(at)?(64)?$} >= 1 } 11 { {^close$} == 1 } 12 { {^getcwd$} == 1 } 13 { {^chdir$} == 1 }