summaryrefslogtreecommitdiffstats
path: root/source3/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-03-31 14:02:18 +1300
committerDavid Disseldorp <ddiss@samba.org>2014-04-02 13:07:24 +0200
commit8175e980298cf21595732070bc6f59cba26afe33 (patch)
tree79878adb44e646b1dd78608695b0a77345f53d17 /source3/script
parent95e0d759ac7584d8e27240f11a4b51077b61929c (diff)
downloadsamba-8175e980298cf21595732070bc6f59cba26afe33.tar.gz
samba-8175e980298cf21595732070bc6f59cba26afe33.tar.xz
samba-8175e980298cf21595732070bc6f59cba26afe33.zip
selftest: Rename wbinfo_s3 to wbinfo_simple and reorder code for clarity
Change-Id: Ic2e06e448fce1d91422b711abf663b9253009a53 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Wed Apr 2 13:07:24 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_wbinfo_s3.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh
deleted file mode 100755
index 91a9f45b3a6..00000000000
--- a/source3/script/tests/test_wbinfo_s3.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-if [ $# -lt 1 ]; then
-cat <<EOF
-Usage: test_wbinfo_s3.sh <wbinfo args>
-EOF
-exit 1;
-fi
-
-ADDARGS="$*"
-
-incdir=`dirname $0`/../../../testprogs/blackbox
-. $incdir/subunit.sh
-
-testit "wbinfo" $VALGRIND $BINDIR/wbinfo $ADDARGS || failed=`expr $failed + 1`
-
-testok $0 $failed