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 108d9df commit 3ba9c00Copy full SHA for 3ba9c00
test/test-lib-postgresql.sh
@@ -34,7 +34,7 @@ function test_postgresql_imagestream() {
34
*) echo "Imagestream testing not supported for $OS environment." ; return 0 ;;
35
esac
36
local tag="-el7"
37
- if [ x"${OS}" == "rhel8" ]; then
+ if [ "${OS}" == "rhel8" ]; then
38
tag="-el8"
39
fi
40
ct_os_test_image_stream_template "${THISDIR}/../imagestreams/postgresql-${OS%[0-9]*}.json" "${THISDIR}/../examples/postgresql-ephemeral-template.json" postgresql "-p POSTGRESQL_VERSION=${VERSION}${tag}"
0 commit comments