summaryrefslogtreecommitdiff
path: root/source4/selftest/test_samba3dump.sh
blob: 6cde2bd07e6ea38ea5e0cbfaec8b45eefffe0551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Verify that samba3dump completes.

. testprogs/blackbox/subunit.sh

subunit_start_test samba3dump

SRCDIR=`dirname $0`/../..

if $PYTHON $SRCDIR/source4/scripting/bin/samba3dump $SRCDIR/testdata/samba3; then
	subunit_pass_test samba3dump
else
	echo | subunit_fail_test samba3dump
fi