aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2021-05-24 14:22:31 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2021-05-24 14:22:31 +0200
commit41b943f6af336ff69faae3dcb52098b5321e150d (patch)
tree056ac22e2c9f7af32f3a54dfc6423d123baee945
parenta15f24e161027fcc969b6bb96b6f3a40bc4c821e (diff)
downloadtermsend-41b943f6af336ff69faae3dcb52098b5321e150d.tar.gz
termsend-41b943f6af336ff69faae3dcb52098b5321e150d.tar.bz2
termsend-41b943f6af336ff69faae3dcb52098b5321e150d.zip
tst/test-config.c: fix invalid flag used in test
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--tst/test-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tst/test-config.c b/tst/test-config.c
index a9782b5..86d5091 100644
--- a/tst/test-config.c
+++ b/tst/test-config.c
@@ -138,7 +138,7 @@ static void config_short_opts(void)
"-P/pid",
"-o", "/tmp",
"-b0.0.0.0,1.3.3.7",
- "F",
+ "-F",
#if HAVE_SSL
"-A103",
"-I101",