Skip to content

Commit 369509a

Browse files
committed
Fix remotecreate test
Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
1 parent 703dea0 commit 369509a

File tree

1 file changed

+1
-1
lines changed
  • tests/remotecreate.test

1 file changed

+1
-1
lines changed

tests/remotecreate.test/runit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function verify_table {
6060
if (( $? != 0 )); then
6161
fail_exit "verify_table failed. Could not select from ${tbl} on ${TERNARY_DBNAME}"
6262
fi
63-
$S2_SQLT "SELECT * from ${tbl}"
63+
$S3_SQLT "SELECT * from ${tbl}"
6464
if (( $? != 0 )); then
6565
fail_exit "verify_table failed. Could not select from ${tbl} on ${QUATERNARY_DBNAME}"
6666
fi

0 commit comments

Comments
 (0)