Skip to content

Commit 28e7f24

Browse files
committed
fix build_test.sh
1 parent 0b3ec32 commit 28e7f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/C/build_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -f ./rpl_test_2 ]; then
55
rm ./rpl_test_2
66
fi
77

8-
if [ -f ../../mysql_rpl_listener.so ]; then
8+
if [ -f ../../libmysql_rpl_listener.so ]; then
99

1010
echo "shared library present"
1111

0 commit comments

Comments
 (0)