summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-11-21 08:14:57 +0100
committerJürg Billeter <j@bitron.ch>2019-12-03 12:06:31 +0000
commit1f124cfd0e4cc913531f3846c928a6d56ffc409f (patch)
tree5696fbc0c565a7388a27b223cbcb25f930251c55
parent485fac0aa55f95466fedbff83ebacce38692bfa4 (diff)
downloadbuildstream-1f124cfd0e4cc913531f3846c928a6d56ffc409f.tar.gz
tests/integration/filter.py: Do not use checkout --hardlinks
This is not necessary and doesn't work with CASD_SEPARATE_USER.
-rw-r--r--tests/integration/filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/filter.py b/tests/integration/filter.py
index f13521cc8..2fca8957c 100644
--- a/tests/integration/filter.py
+++ b/tests/integration/filter.py
@@ -29,7 +29,7 @@ def test_filter_pass_integration(datafiles, cli):
checkout_dir = os.path.join(project, "filter")
result = cli.run(
project=project,
- args=["artifact", "checkout", "--integrate", "--hardlinks", "--directory", checkout_dir, "filter/filter.bst"],
+ args=["artifact", "checkout", "--integrate", "--directory", checkout_dir, "filter/filter.bst"],
)
result.assert_success()