Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.git] / tools / testing / selftests / lib / printf.sh
CommitLineData
317dc34a
KC
1#!/bin/sh
2# Runs printf infrastructure using test_printf kernel module
3
4if /sbin/modprobe -q test_printf; then
5 /sbin/modprobe -q -r test_printf
6 echo "printf: ok"
7else
8 echo "printf: [FAIL]"
9 exit 1
10fi
This page took 0.07061 seconds and 5 git commands to generate.