r9599: fix formatting of echo output
authorAndrew Tridgell <tridge@samba.org>
Thu, 25 Aug 2005 00:38:09 +0000 (00:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:33 +0000 (13:34 -0500)
testprogs/ejs/echo.js

index e694193c4be3e863befb63312794f5d700e44e20..efdbe5783d8a63ee00d6f4da5a9b1caa109e94f7 100755 (executable)
@@ -229,5 +229,5 @@ test_TestEnum(echo);
 test_TestSurrounding(echo);
 test_TestDoublePointer(echo);
 
 test_TestSurrounding(echo);
 test_TestDoublePointer(echo);
 
-print("All OK\n");
+println("All OK\n");
 return 0;
 return 0;