Skip to content

Commit aef8b48

Browse files
committed
fix: remove stale variable in test
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
1 parent a6a21c6 commit aef8b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/1_stateful/00_copy/00_0000_copy_from_ipfs_location.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
. "$CURDIR"/../../../shell_env.sh
55
QMHASH=QmPpCt1aYGb9JWJRmXRUnmJtVgeFFTJGzWFYEEX7bo9zGJ
66

7-
echo "drop table if exists ${TABLE};" | $MYSQL_CLIENT_CONNECT
7+
echo "drop table if exists ontime_199;" | $MYSQL_CLIENT_CONNECT
88

99
## Create table
1010
cat $CURDIR/../ddl/ontime.sql | sed "s/ontime/ontime_199/g" | $MYSQL_CLIENT_CONNECT

0 commit comments

Comments
 (0)