Skip to content

Commit 387cae4

Browse files
committed
fix test
1 parent 37ea31f commit 387cae4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/queries/0_stateless/03572_export_mt_part_to_object_storage.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
4+
# shellcheck source=../shell_config.sh
5+
. "$CURDIR"/../shell_config.sh
6+
37
mt_table="mt_table_${RANDOM}"
48
s3_table="s3_table_${RANDOM}"
59

0 commit comments

Comments
 (0)