Skip to content

Commit d2ab9c2

Browse files
committed
address comment
1 parent 668399c commit d2ab9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

br/tests/br_autoid/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ run_sql "show table $DB.issue46093 next_row_id;"
2424
check_contains "NEXT_GLOBAL_ROW_ID: 30001"
2525
check_contains "NEXT_GLOBAL_ROW_ID: 4"
2626

27-
run_sql "backup table $DB.issue46093 to 'local:///tmp/br'";
27+
run_sql "backup table $DB.issue46093 to 'local://$TEST_DIR/$DB'";
2828
run_sql "drop table $DB.issue46093;"
29-
run_sql "restore table $DB.issue46093 from 'local:///tmp/br';"
29+
run_sql "restore table $DB.issue46093 from 'local://$TEST_DIR/$DB';"
3030

3131
run_sql "show table $DB.issue46093 next_row_id;"
3232
check_contains "NEXT_GLOBAL_ROW_ID: 30001"

0 commit comments

Comments
 (0)