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 3b71e20 commit 0ebb716Copy full SHA for 0ebb716
test/run-openshift-local-cluster
@@ -451,7 +451,7 @@ function run_latest_imagestreams_test() {
451
local result=1
452
# Switch to root directory of a container
453
echo "Testing the latest version in imagestreams"
454
- pushd "${test_dir}/.." >/dev/null || return 1
+ pushd "${THISDIR}/.." >/dev/null || return 1
455
ct_check_latest_imagestreams
456
result=$?
457
popd >/dev/null || return 1
0 commit comments