mirror of
https://github.com/deajan/osync
synced 2024-11-15 12:12:56 +00:00
Commit cc16c29
related changes
This commit is contained in:
parent
cc16c29c2c
commit
cd86eac828
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# osync test suite 2016111802
|
# osync test suite 2016111901
|
||||||
|
|
||||||
# 4 tests:
|
# 4 tests:
|
||||||
# quicklocal
|
# quicklocal
|
||||||
@ -24,7 +24,7 @@
|
|||||||
# ParallelExec
|
# ParallelExec
|
||||||
# daemon mode tests for both config files
|
# daemon mode tests for both config files
|
||||||
|
|
||||||
LARGE_FILESET_URL="http://ftp.drupal.org/files/projects/drupal-8.1.9.tar.gz"
|
LARGE_FILESET_URL="http://ftp.drupal.org/files/projects/drupal-8.2.2.tar.gz"
|
||||||
|
|
||||||
OSYNC_DIR="$(pwd)"
|
OSYNC_DIR="$(pwd)"
|
||||||
OSYNC_DIR=${OSYNC_DIR%%/dev*}
|
OSYNC_DIR=${OSYNC_DIR%%/dev*}
|
||||||
@ -529,7 +529,7 @@ function test_FileAttributePropagation () {
|
|||||||
touch "$TARGET_DIR/$FileB"
|
touch "$TARGET_DIR/$FileB"
|
||||||
|
|
||||||
# First run
|
# First run
|
||||||
REMOTE_HOST_PING=no ./$OSYNC_EXECUTABLE $i
|
PRESERVE_ACL=yes PRESERVE_XATTR=yes REMOTE_HOST_PING=no ./$OSYNC_EXECUTABLE $i
|
||||||
assertEquals "First deletion run with parameters [$i]." "0" $?
|
assertEquals "First deletion run with parameters [$i]." "0" $?
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Loading…
Reference in New Issue
Block a user