diff options
Diffstat (limited to 'test/module/test.pl')
| -rwxr-xr-x | test/module/test.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/module/test.pl b/test/module/test.pl index 51a06de..5e25d84 100755 --- a/test/module/test.pl +++ b/test/module/test.pl @@ -32,4 +32,6 @@ if ($train) { die "unknown command!"; } +print 'done!'; + exit; |
