Removed remote ping on exclusion test

This commit is contained in:
deajan 2016-09-16 17:23:25 +02:00
parent 6d51ae45a9
commit b4bb334938
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function test_Exclusions () {
numberOfPHPFiles=$(find "$INITIATOR_DIR" ! -wholename "$INITIATOR_DIR/$OSYNC_WORKDIR*" -name "*.php" | wc -l)
RSYNC_EXCLUDE_PATTERN="*.php" ./$OSYNC_EXECUTABLE $i
REMOTE_HOST_PING=no RSYNC_EXCLUDE_PATTERN="*.php" ./$OSYNC_EXECUTABLE $i
assertEquals "Exclusions with parameters [$i]." "0" $?
#WIP Add real exclusion tests here