Skip to content

Commit 915702f

Browse files
author
Christian Hergert
committed
tests: specify test args without quotes.
1 parent 6432076 commit 915702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tests/trust_dir/done: $(top_srcdir)/tests/make_ca.pl $(top_srcdir)/tests/trust_d
114114
touch $(top_srcdir)/tests/trust_dir/done
115115

116116
if OS_SOLARIS
117-
TEST_ARGS = "-f -p"
117+
TEST_ARGS = -f -p
118118
endif
119119

120120
if ENABLE_SSL

0 commit comments

Comments
 (0)