#!/bin/sh # this tests copying a file and then deleting it # to a share using fruit:resource = stream # BUG: https://bugzilla.samba.org/show_bug.cgi?id=15099 if [ $# -lt 6 ]; then cat </dev/null 2>&1 } rm -f "$LOCAL_PATH/src" rm -f "$LOCAL_PATH/dst" touch "$LOCAL_PATH/src" testit "resource_stream" put_then_delete_file || failed=$((failed + 1)) rm -f "$LOCAL_PATH/src" rm -f "$LOCAL_PATH/dst" testok "$0" "$failed"