Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/lsmod/
Dlsmod01.sh20 modules_output=$(awk '{print $1, $2, $3}' /proc/modules | sort)
21 if [ -z "$modules_output" ]; then
25 if [ "$lsmod_output" != "$modules_output" ]; then
29 echo "$modules_output" > temp2