summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/module/test.pl2
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;