diff options
Diffstat (limited to 'ctdb')
-rwxr-xr-x | ctdb/tests/complex/44_failover_nfs_oneway.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/tests/complex/44_failover_nfs_oneway.sh b/ctdb/tests/complex/44_failover_nfs_oneway.sh index 77503d44abd..258670bba37 100755 --- a/ctdb/tests/complex/44_failover_nfs_oneway.sh +++ b/ctdb/tests/complex/44_failover_nfs_oneway.sh @@ -66,10 +66,11 @@ ctdb_test_exit_hook_add rmdir "$mnt_d" echo "Create file containing random data..." dd if=/dev/urandom of=$local_f bs=1k count=1 +chmod 644 "$local_f" # needed for *_squash? local_sum=$(sum $local_f) [ $? -eq 0 ] -scp "$local_f" "$remote_f" +scp -p "$local_f" "$remote_f" echo "Mounting ${test_ip}:${first_export} on ${mnt_d} ..." mount -o timeo=1,hard,intr,vers=3 ${test_ip}:${first_export} ${mnt_d} |