diff options
author | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2023-08-07 11:23:19 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2023-08-08 11:55:09 +0200 |
commit | afac001c39aadedcbe52ce45fbde8220834cf13f (patch) | |
tree | 9fdffc79a2cc42d7ab62fba70fdca3c226cb3b48 /tests/local.mk | |
parent | 31a6e10fe52fd4265501553ca479c51b510137e1 (diff) |
Test the parallel copy over ssh-ng
Regression test for https://github.com/NixOS/nix/issues/6253
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 2afe91220..4edf31303 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -90,6 +90,7 @@ nix_tests = \ zstd.sh \ compression-levels.sh \ nix-copy-ssh.sh \ + nix-copy-ssh-ng.sh \ post-hook.sh \ function-trace.sh \ flakes/config.sh \ |