summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_wbinfo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/blackbox/test_wbinfo.sh')
-rwxr-xr-xtestprogs/blackbox/test_wbinfo.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/testprogs/blackbox/test_wbinfo.sh b/testprogs/blackbox/test_wbinfo.sh
index 1ece5a60f2..ec8b9ebd44 100755
--- a/testprogs/blackbox/test_wbinfo.sh
+++ b/testprogs/blackbox/test_wbinfo.sh
@@ -17,20 +17,7 @@ failed=0
samba4bindir=`dirname $0`/../../source/bin
wbinfo=$samba4bindir/wbinfo
-testit() {
- name="$1"
- shift
- cmdline="$*"
- echo "test: $name"
- $cmdline
- status=$?
- if [ x$status = x0 ]; then
- echo "success: $name"
- else
- echo "failure: $name"
- fi
- return $status
-}
+. `dirname $0`/subunit.sh
testfail() {
name="$1"