aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c
index 44665a8..c25b399 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -142,6 +142,7 @@ launch(bool batchmode)
142 free(shell_argv); 142 free(shell_argv);
143} 143}
144 144
145#ifndef TEST
145int 146int
146main(int argc, char *argv[]) 147main(int argc, char *argv[])
147{ 148{
@@ -187,3 +188,4 @@ main(int argc, char *argv[])
187 188
188 return 0; 189 return 0;
189} 190}
191#endif

Generated with cgit - Back to sebastiano.tronto.net