From d7a0c26af47507910ab8b9363b6c6f2e2815b3d3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 18:30:24 +0200 Subject: Move torture/ blackbox tests closer to code they're testing. --- testprogs/blackbox/test_gentest.sh | 34 ---------------------------------- testprogs/blackbox/test_locktest.sh | 28 ---------------------------- testprogs/blackbox/test_masktest.sh | 28 ---------------------------- 3 files changed, 90 deletions(-) delete mode 100755 testprogs/blackbox/test_gentest.sh delete mode 100755 testprogs/blackbox/test_locktest.sh delete mode 100755 testprogs/blackbox/test_masktest.sh (limited to 'testprogs') diff --git a/testprogs/blackbox/test_gentest.sh b/testprogs/blackbox/test_gentest.sh deleted file mode 100755 index 046f280f7d..0000000000 --- a/testprogs/blackbox/test_gentest.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# Blackbox tests for gentest -# Copyright (C) 2008 Andrew Tridgell -# based on test_smbclient.sh - -if [ $# -lt 4 ]; then -cat < st/gentest.ignore -all_info.out.fname -internal_information.out.file_id -EOF - -testit "gentest" $VALGRIND $gentest //$SERVER/test1 //$SERVER/test2 --num-ops=100 --ignore=st/gentest.ignore -W "$DOMAIN" -U"$USERNAME%$PASSWORD" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1` - -/bin/rm -f st/gentest.ignore - -exit $failed diff --git a/testprogs/blackbox/test_locktest.sh b/testprogs/blackbox/test_locktest.sh deleted file mode 100755 index 9cad4dafa2..0000000000 --- a/testprogs/blackbox/test_locktest.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# Blackbox tests for locktest -# Copyright (C) 2008 Andrew Tridgell -# based on test_smbclient.sh - -if [ $# -lt 5 ]; then -cat <