cleanup test printout
[ctf-testsuite.git] / tests / 1.8 / stress / stream / pass / array-large / test.py
index a5e04f62819c404097455e88a23c4db4752534ee..7e8eba04a406d11c1521b98425df08ca2859593d 100755 (executable)
@@ -6,7 +6,7 @@ import sys
 import os
 
 def arg_err():
-       print('Please specify "prepare <SIZE>" or "clean <SIZE>" as first argument (SIZE is in KB).')
+       print('Please specify "prepare <SIZE>" or "clean <SIZE>" as first argument.')
        sys.exit(-1)
 
 if (len(sys.argv) <= 1):
This page took 0.022244 seconds and 4 git commands to generate.