1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/selftest/test_samba3dump.sh

15 lines
295 B
Bash
Raw Normal View History

#!/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