aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 12:25:49 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-29 09:54:47 +0200
commit8cd9aa24a8d48caf22225ce32dff3c5aaa111687 (patch)
tree27ea642636e1e47d37053f5fd4d209e29f4a9149 /tests
parent6b5078c81554ddb36547f8c41805cc94b7738396 (diff)
util.{hh,cc}: Split out file-descriptor.{hh,cc}
Change-Id: I0dd0f9a9c2003fb887e076127e7f825fd3289c76
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/repl_characterization/test-session.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/repl_characterization/test-session.hh b/tests/functional/repl_characterization/test-session.hh
index 9961849fc..c77cce6d5 100644
--- a/tests/functional/repl_characterization/test-session.hh
+++ b/tests/functional/repl_characterization/test-session.hh
@@ -6,7 +6,7 @@
#include <span>
#include <string>
-#include "util.hh"
+#include "file-descriptor.hh"
#include "tests/terminal-code-eater.hh"
namespace nix {