summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 1b9cd1a..73dbf81 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -189,7 +189,7 @@ main(int argc, char **argv)
switch (op) {
case WSMAN_ACTION_TEST:
rqstDoc = wsman_client_read_file(cl,
- wsman_options_get_test_file(), "UTF-8", 0);
+ wsman_options_get_input_file(), "UTF-8", 0);
wsman_send_request(cl, rqstDoc);
doc = wsman_build_envelope_from_response(cl);
if (doc) {