android_mt6572_jiabo/external/toybox/tests/top.test
2025-09-05 16:56:03 +08:00

7 lines
165 B
Bash
Executable file

#!/bin/bash
[ -f testing.sh ] && . testing.sh
#testing "name" "command" "result" "infile" "stdin"
testing "batch termination" "top -b -n1 | tail -c 1" "\n" "" ""