Skip to content

Commit 0ebb716

Browse files
committed
Fix typo in OpenShift 3 tests
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 3b71e20 commit 0ebb716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-openshift-local-cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ function run_latest_imagestreams_test() {
451451
local result=1
452452
# Switch to root directory of a container
453453
echo "Testing the latest version in imagestreams"
454-
pushd "${test_dir}/.." >/dev/null || return 1
454+
pushd "${THISDIR}/.." >/dev/null || return 1
455455
ct_check_latest_imagestreams
456456
result=$?
457457
popd >/dev/null || return 1

0 commit comments

Comments
 (0)