diff --git a/test/fs/macro-blacklist.profile b/test/fs/macro-blacklist.profile index 2421d1b7c..04fb1dd3d 100644 --- a/test/fs/macro-blacklist.profile +++ b/test/fs/macro-blacklist.profile @@ -1,6 +1,6 @@ -blacklist ${VIDEOS} -blacklist ${DOCUMENTS} -blacklist ${MUSIC} -blacklist ${DOWNLOADS} -blacklist ${PICTURES} blacklist ${DESKTOP} +blacklist ${DOCUMENTS} +blacklist ${DOWNLOADS} +blacklist ${MUSIC} +blacklist ${PICTURES} +blacklist ${VIDEOS} diff --git a/test/fs/macro-readonly.profile b/test/fs/macro-readonly.profile index 2f3d5bd78..c7fd213a3 100644 --- a/test/fs/macro-readonly.profile +++ b/test/fs/macro-readonly.profile @@ -1,6 +1,6 @@ -read-only ${VIDEOS} -read-only ${DOCUMENTS} -read-only ${MUSIC} -read-only ${DOWNLOADS} -read-only ${PICTURES} read-only ${DESKTOP} +read-only ${DOCUMENTS} +read-only ${DOWNLOADS} +read-only ${MUSIC} +read-only ${PICTURES} +read-only ${VIDEOS} diff --git a/test/fs/macro-whitelist.profile b/test/fs/macro-whitelist.profile index fed7f76fc..cee2bc8bf 100644 --- a/test/fs/macro-whitelist.profile +++ b/test/fs/macro-whitelist.profile @@ -1,6 +1,6 @@ -whitelist ${VIDEOS} -whitelist ${DOCUMENTS} -whitelist ${MUSIC} -whitelist ${DOWNLOADS} -whitelist ${PICTURES} whitelist ${DESKTOP} +whitelist ${DOCUMENTS} +whitelist ${DOWNLOADS} +whitelist ${MUSIC} +whitelist ${PICTURES} +whitelist ${VIDEOS}