Home
last modified time | relevance | path

Searched refs:lsmod_output (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/commands/lsmod/
Dlsmod01.sh15 lsmod_output=$(lsmod | awk '!/Module/{print $1, $2, $3}' | sort)
16 if [ -z "$lsmod_output" ]; then
25 if [ "$lsmod_output" != "$modules_output" ]; then
28 echo "$lsmod_output" > temp1