mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.syncthing-many-devices: Test a folder ID with white spaces
This commit is contained in:
parent
a3b08b7c25
commit
62e64cd2b6
1 changed files with 4 additions and 0 deletions
|
|
@ -126,6 +126,10 @@ let
|
|||
t = "folder";
|
||||
id = "DeleteMe";
|
||||
}
|
||||
{
|
||||
t = "folder";
|
||||
id = "Delete Me";
|
||||
}
|
||||
];
|
||||
addDeviceToDeleteScript = pkgs.writers.writeBash "syncthing-add-device-to-delete.sh" ''
|
||||
set -euo pipefail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue