Home
last modified time | relevance | path

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

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