summaryrefslogtreecommitdiff
path: root/tests/12_socket_remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/12_socket_remove.sh')
-rwxr-xr-xtests/12_socket_remove.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/12_socket_remove.sh b/tests/12_socket_remove.sh
index db44380..d594b2a 100755
--- a/tests/12_socket_remove.sh
+++ b/tests/12_socket_remove.sh
@@ -14,7 +14,7 @@ TEST_TOOLS=$3
# creation is only performed by the program that acts as the server
# tbdiff won't be doing that so the only sensible operation is removal
SOCKBIND=`mktemp`
-setup () {
+setup_origin () {
# sockbind creates a socket then writes any data written to it to stdout
# have to fork it because it will never stop, have to wait for it to
# make the socket
@@ -26,6 +26,10 @@ setup () {
rm -f $SOCKBIND
}
+setup_target () {
+ true
+}
+
create_test_return () {
test $1 = 0
}