We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703dea0 commit 369509aCopy full SHA for 369509a
tests/remotecreate.test/runit
@@ -60,7 +60,7 @@ function verify_table {
60
if (( $? != 0 )); then
61
fail_exit "verify_table failed. Could not select from ${tbl} on ${TERNARY_DBNAME}"
62
fi
63
- $S2_SQLT "SELECT * from ${tbl}"
+ $S3_SQLT "SELECT * from ${tbl}"
64
65
fail_exit "verify_table failed. Could not select from ${tbl} on ${QUATERNARY_DBNAME}"
66
0 commit comments