mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-04 14:09:09 -04:00
Skip system-mode tests (only) if /var/tmp doesn't support xattrs
This partially reverts commit a53a752a35.
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Alexander Larsson
parent
e65bcc9fcc
commit
22f05803b9
@@ -22,6 +22,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
|
||||
echo "1..7"
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
|
||||
echo "1..2"
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
|
||||
echo "1..6"
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
|
||||
if [ x${USE_COLLECTIONS_IN_CLIENT-} == xyes ] || [ x${USE_COLLECTIONS_IN_SERVER-} == xyes ] ; then
|
||||
skip_without_p2p
|
||||
|
||||
@@ -22,6 +22,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
|
||||
echo "1..12"
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
skip_without_p2p
|
||||
|
||||
echo "1..7"
|
||||
|
||||
@@ -25,6 +25,7 @@ set -euo pipefail
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
skip_without_bwrap
|
||||
[ x${USE_SYSTEMDIR-} != xyes ] || skip_without_user_xattrs
|
||||
skip_without_p2p
|
||||
|
||||
echo "1..3"
|
||||
|
||||
Reference in New Issue
Block a user