We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc8a2c commit 1ad8362Copy full SHA for 1ad8362
test/end-to-end/core.sh
@@ -460,7 +460,7 @@ os::log::info "Validating exec"
460
frontend_pod=$(oc get pod -l deploymentconfig=frontend --template='{{(index .items 0).metadata.name}}')
461
# when running as a restricted pod the registry will run with a pre-allocated
462
# user in the neighborhood of 1000000+. Look for a substring of the pre-allocated uid range
463
-os::cmd::expect_success_and_text "oc exec -p ${frontend_pod} id" '1000'
+os::cmd::expect_success_and_text "oc exec ${frontend_pod} id" '1000'
464
os::cmd::expect_success_and_text "oc rsh pod/${frontend_pod} id -u" '1000'
465
os::cmd::expect_success_and_text "oc rsh -T ${frontend_pod} id -u" '1000'
466
0 commit comments