Skip to content

Commit

Permalink
test: no execve error msg synced to parent process
Browse files Browse the repository at this point in the history
Signed-off-by: lifubang <lifubang@acmcoder.com>
  • Loading branch information
lifubang committed Feb 7, 2024
1 parent c8b779c commit d4b6979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/exec.bats
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,5 @@ EOF
# Although we never close the sync socket when doing exec,
# but we need to keep this test to ensure this behavior is always right.
[ ${#lines[@]} -eq 1 ]
[[ ${lines[0]} = *"exec failed: unable to start container process: exec /run.sh: no such file or directory"* ]]
[[ ${lines[0]} = *"exec /run.sh: no such file or directory"* ]]
}

0 comments on commit d4b6979

Please sign in to comment.