From 9710ecf7a4733ba2c2837fb1fb80eece0fbab426 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Dec 08 2011 11:33:21 +0000 Subject: Fix rsync test when SELinux is enabled --- diff --git a/tests/p_rsync/10-rsync-test.sh b/tests/p_rsync/10-rsync-test.sh index 9da8039..f72754e 100755 --- a/tests/p_rsync/10-rsync-test.sh +++ b/tests/p_rsync/10-rsync-test.sh @@ -6,7 +6,8 @@ t_Log "Running $0 - rsyncd can rsync from/to local machine." # create settings to run test -PATH2FILE='/var/tmp' +PATH2FILE='/var/tmp/rsync' +mkdir -p $PATH2FILE FILE='rsync-test' cat > $PATH2FILE/$FILE <