7 lines
165 B
Bash
Executable file
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" "" ""
|