#!/bin/sh
set -eu

testHelpMsg() {
    msg="$(w1retap --help | grep -c ^Usage)"
    assertEquals "$msg" "1"
}

. shunit2
