blob: 2da187b6ddad574374bf46f6ab756b9208e1f297 [file] [log] [blame]
David Decotigny5fd003f2016-02-19 09:24:00 -05001#!/bin/sh
2# Runs bitmap infrastructure tests using test_bitmap kernel module
3
4if /sbin/modprobe -q test_bitmap; then
5 /sbin/modprobe -q -r test_bitmap
6 echo "bitmap: ok"
7else
8 echo "bitmap: [FAIL]"
9 exit 1
10fi