summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-04-26 14:05:27 -0700
committerWayne Davison <wayne@opencoder.net>2020-04-26 14:54:43 -0700
commitf14adfd75e72d3bf5833eebe85f3ed9c1b4cb477 (patch)
treeac2a210fe86d1af892d87c12e654afcc31ef4a21 /t_stub.c
parentd218be3482fc3567a9393de6c133efd7266db243 (diff)
downloadrsync-f14adfd75e72d3bf5833eebe85f3ed9c1b4cb477.tar.gz
Some var cleanup; move test-util vars into t_stub.c.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/t_stub.c b/t_stub.c
index 84dd88f4..17baee82 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -28,9 +28,10 @@ int protect_args = 0;
int module_id = -1;
int relative_paths = 0;
int module_dirlen = 0;
-int preserve_acls = 0;
int preserve_times = 0;
int preserve_xattrs = 0;
+int preserve_perms = 0;
+int preserve_executability = 0;
int open_noatime = 0;
char *partial_dir;
char *module_dir;