We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16740e2 commit 5bef49fCopy full SHA for 5bef49f
e2e/tests/set_uid/test.bats
@@ -62,7 +62,6 @@ teardown() {
62
}
63
64
@test "set_uid: check if running user is testuiduser for dataplane" {
65
- PS=$(dpa_docker_exec "ps -eo ruser,user,comm | grep dataplaneapi")
66
- echo $PS
67
- [ "${PS}" = "testuid+ testuid+ dataplaneapi" ]
+ run dpa_docker_exec "ps -eo ruser,user,comm | grep dataplaneapi"
+ assert_output --regexp '^testuid.* testuid.* dataplaneapi$'
68
0 commit comments