Merge "trusty: tipc-test: Fix D argument" into main

This commit is contained in:
Treehugger Robot 2024-10-09 17:45:27 +00:00 committed by Gerrit Code Review
commit 53d6db02c1

View file

@ -67,7 +67,7 @@ static const char *main_ctrl_name = "com.android.ipc-unittest.ctrl";
static const char* receiver_name = "com.android.trusty.memref.receiver";
static const size_t memref_chunk_size = 4096;
static const char* _sopts = "hsvDS:t:r:m:b:B:";
static const char* _sopts = "hsvD:S:t:r:m:b:B:";
/* clang-format off */
static const struct option _lopts[] = {
{"help", no_argument, 0, 'h'},