aboutsummaryrefslogtreecommitdiff
path: root/tests/top.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/top.test')
-rwxr-xr-xtests/top.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/top.test b/tests/top.test
new file mode 100755
index 00000000..11eea33b
--- /dev/null
+++ b/tests/top.test
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+[ -f testing.sh ] && . testing.sh
+
+#testing "name" "command" "result" "infile" "stdin"
+
+testing "batch termination" "top -b -n1 | tail -c 1" "\n" "" ""