diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-09-09 10:24:35 +0200 |
|---|---|---|
| committer | Jakub Beránek <jakub.beranek@vsb.cz> | 2024-10-04 15:34:31 +0200 |
| commit | f59c8fffe3c821f93ced12e628404f9ba7eec3bf (patch) | |
| tree | bd3e429057e662cd509f7bd36c0c22a330c6fcd3 /tests/ui/command | |
| parent | 2cf155924fb6f7d4f85f49c0642b2d40b22a13b1 (diff) | |
| download | rust-f59c8fffe3c821f93ced12e628404f9ba7eec3bf.tar.gz rust-f59c8fffe3c821f93ced12e628404f9ba7eec3bf.zip | |
Avoid dynamic linking to libstd in `command-current-dir` test
Diffstat (limited to 'tests/ui/command')
| -rw-r--r-- | tests/ui/command/command-current-dir.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/command/command-current-dir.rs b/tests/ui/command/command-current-dir.rs index 95c16bce6e8..23269e41231 100644 --- a/tests/ui/command/command-current-dir.rs +++ b/tests/ui/command/command-current-dir.rs @@ -1,4 +1,5 @@ //@ run-pass +//@ no-prefer-dynamic We move the binary around, so do not depend dynamically on libstd //@ ignore-wasm32 no processes //@ ignore-sgx no processes //@ ignore-fuchsia Needs directory creation privilege |
