blob: fbfb4e9e5b849da33b7db082753e81da579be71b [file]
#! /bin/sh
mkdir -p tests/tmp/proc
touch tests/tmp/proc/modules
# This should be true
[ "`lsmod`" = "Module Size Used by" ]