Skip to content

Commit bd27630

Browse files
committed
try failures
1 parent 5636445 commit bd27630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ctlib/unittests/blk_in2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hoge_blkin(CS_CONNECTION * con, CS_BLKDESC * blk, char *table, char *data)
2424
check_call(ct_cancel, (con, NULL, CS_CANCEL_ALL));
2525
check_call(blk_init, (blk, CS_BLK_IN, table, CS_NULLTERM));
2626

27-
check_call(blk_props, (blk, CS_SET, BLK_HINTS, "TABLOCK", CS_NULLTERM, NULL));
27+
check_call(blk_props, (blk, CS_SET, BLK_HINTS, "garbage TABLOCK", CS_NULLTERM, NULL));
2828

2929
meta.count = 1;
3030
meta.datatype = CS_CHAR_TYPE;

0 commit comments

Comments
 (0)