Commit 62e64cd2 authored by Pasha Fistanto's avatar Pasha Fistanto Committed by Doron Behar
Browse files

nixosTests.syncthing-many-devices: Test a folder ID with white spaces

parent a3b08b7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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