summary refs log tree commit diff
path: root/e2e-tests/tools/capture-output-file-with-parameter-reference.scm
diff options
context:
space:
mode:
Diffstat (limited to 'e2e-tests/tools/capture-output-file-with-parameter-reference.scm')
-rw-r--r--e2e-tests/tools/capture-output-file-with-parameter-reference.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests/tools/capture-output-file-with-parameter-reference.scm b/e2e-tests/tools/capture-output-file-with-parameter-reference.scm
index 6bc4b7d..1f0d619 100644
--- a/e2e-tests/tools/capture-output-file-with-parameter-reference.scm
+++ b/e2e-tests/tools/capture-output-file-with-parameter-reference.scm
@@ -1,6 +1,6 @@
 (define extract-specific-file
   (command #:inputs (archive #:type File) (extractfile #:type string)
-           #:run "tar" "--extract" "--file" archive extractfile
+           #:run "tar" "--no-same-owner" "--extract" "--file" archive extractfile
            #:outputs (extracted_file
                       #:type File
                       #:binding ((glob . "$(inputs.extractfile)")))))