summaryrefslogtreecommitdiffstats
path: root/dung-3.4.25-m2/scifab/proc-interrupts.sh
blob: 8fd4c433ed306966a86d1787ad4ee6b9e17ddb52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e
#set -x

echo "sh-sci /proc/interrupts presence test"

if $(dirname $0)/../common/proc-interrupts.sh \
	"^ *:184 *.* *sh-sci.6:mux$"; then
        echo "Test passed"
else
        echo "Test has not passed"
fi