#!/bin/sh
set -eu

testLoadso() {
    msg="$(w1retap -v 2>&1 | egrep -c libw1file.so)"
    assertEquals "$msg" "2"
}

. shunit2
