repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
thermal: use %d to print S32 parameters
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
lib
/
bitmap.sh
blob
2da187b6ddad574374bf46f6ab756b9208e1f297
1
#!/bin/sh
2
# Runs bitmap infrastructure tests using test_bitmap kernel module
3
4
if
/
sbin
/
modprobe
-q
test_bitmap
;
then
5
/
sbin
/
modprobe
-q -r
test_bitmap
6
echo
"bitmap: ok"
7
else
8
echo
"bitmap: [FAIL]"
9
exit
1
10
fi