You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/src/tests/test08-test-configs b/src/tests/test08-test-configs
index 6e295a2..9e65ca2 100755
--- a/src/tests/test08-test-configs
+++ b/src/tests/test08-test-configs
@@ -18,3 +18,10 @@ test "$?" = "0" || die "Valid config test08c.cfg unparseable?"
$HITCH --test --config=configs/test08d.cfg certs/default.example.com 2>/dev/null 1>&2
test "$?" = "0" || die "Valid config test08d.cfg unparseable?"
+# Issue #52.
+$HITCH --config=configs/default.cfg --help 2>/dev/null 1>&2
+test "$?" = "0" || die "--help after --config does not work as expected."
+
+# Works as expected.
+$HITCH --test --config=configs/default.cfg 2>/dev/null 1>&2
+test "$?" = "1" || die "--help with --config does not work as expected."
This is for version 1.1.0. When I run
hitch --config=hitch/hitch.rsa.conf --help
, hitch segfaults during the help message.The text was updated successfully, but these errors were encountered: