summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-11-21 08:16:29 +0100
committerJürg Billeter <j@bitron.ch>2019-12-03 12:06:31 +0000
commit485fac0aa55f95466fedbff83ebacce38692bfa4 (patch)
tree99625443aee5fcbd6bc509d1bc5901d7dcdb02e6
parentb10a1cf327501271ccdeb82be9ff3eca7acf4898 (diff)
downloadbuildstream-485fac0aa55f95466fedbff83ebacce38692bfa4.tar.gz
tests/frontend/pull.py: Do not use checkout --hardlinks
This is not necessary and doesn't work with CASD_SEPARATE_USER.
-rw-r--r--tests/frontend/pull.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index fcfd447b7..3ae394fd1 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -414,7 +414,7 @@ def test_pull_access_rights(cli, tmpdir, datafiles):
result = cli.run(
project=project,
- args=["artifact", "checkout", "--hardlinks", "--no-integrate", "compose-all.bst", "--directory", checkout],
+ args=["artifact", "checkout", "--no-integrate", "compose-all.bst", "--directory", checkout],
)
result.assert_success()
@@ -440,7 +440,7 @@ def test_pull_access_rights(cli, tmpdir, datafiles):
result = cli.run(
project=project,
- args=["artifact", "checkout", "--hardlinks", "--no-integrate", "compose-all.bst", "--directory", checkout],
+ args=["artifact", "checkout", "--no-integrate", "compose-all.bst", "--directory", checkout],
)
result.assert_success()