summaryrefslogtreecommitdiff
path: root/mysql-client/tests/help.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-client/tests/help.testscript')
-rw-r--r--mysql-client/tests/help.testscript12
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-client/tests/help.testscript b/mysql-client/tests/help.testscript
new file mode 100644
index 0000000..67a9331
--- /dev/null
+++ b/mysql-client/tests/help.testscript
@@ -0,0 +1,12 @@
+# file : tests/help.testscript
+# license : GPLv2 with Universal FOSS Exception; see accompanying LICENSE file
+
+: basics
+:
+: Test that stdout contains at least one non-empty line.
+:
+$* --help >>~%EOO%
+ %.*
+ %.+%
+ %.*
+ EOO