summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index a80b4485..6a1e865b 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -27,7 +27,8 @@ int main ( int argc, char ** argv )
cmd_set_arguments ( argc, argv );
char **list = NULL;
int llength = 0;
- char * test_str = "{host} {terminal} -e bash -c \"{ssh-client} {host}; echo '{terminal} {host}'\"";
+ char * test_str =
+ "{host} {terminal} -e bash -c \"{ssh-client} {host}; echo '{terminal} {host}'\"";
helper_parse_setup ( test_str, &list, &llength, "{host}", "chuck",
"{terminal}", "x-terminal-emulator", NULL );