Home
last modified time | relevance | path

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

/third_party/ltp/testcases/commands/lsmod/
Dlsmod01.sh50 modules_output=$(awk '{print $1, $2, $3}' /proc/modules | sort)
51 if [ -z "$modules_output" ]; then
55 if [ "$lsmod_output" != "$modules_output" ]; then
59 echo "$modules_output" > temp2