summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:21:30 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:21:30 +0200
commit442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (patch)
treec74a3fea5b7286e9d4e60f3fc656805b3a0fad07 /test/helper-test.c
parent4c970fe4da46b2b463a59acdb4ec807cf83c61c4 (diff)
Some cleanups, tweak uncrustify.
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 );