lix/tests
Pierre Bourdon a30c567336
filetransfer: unit test content-encoding handling
Very basic behavior test to ensure that gzip data gets internally
decompressed by the file transfer pipeline.

Change a std::string_view return value in the test harness to
std::string. I wouldn't call myself a C++ beginner and I still managed
to shoot myself in the foot like three times with the lifetime
managements there (e.g. [&] { return an_std_string; } ends up with a
dangling string_view!).

Change-Id: I1360750d4181ce1ca2a3aa4dc0e97e131351c469
2024-05-11 15:58:32 +02:00
..
functional nix3-eval: don't elide top-level errors 2024-05-08 13:37:20 -06:00
installer test: Make the installer work on old rhel versions 2023-03-31 15:29:50 +02:00
nixos Fix /etc/group having desynced IDs from the actual UID in the sandbox 2024-05-04 17:36:50 -07:00
unit filetransfer: unit test content-encoding handling 2024-05-11 15:58:32 +02:00