aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 21:49:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 21:49:26 +0300
commitd607470c3ce28c13ec3f55971803752446ff7387 (patch)
tree3c07240a5f201e6ce5af78bc0ef1b6a5dda00c23 /libbuild2/test
parent0b95ca508ed4d664721f41dccda6b49e87941d00 (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'libbuild2/test')
-rw-r--r--libbuild2/test/script/runner.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/test/script/runner.cxx b/libbuild2/test/script/runner.cxx
index b006f3e..3d03bd8 100644
--- a/libbuild2/test/script/runner.cxx
+++ b/libbuild2/test/script/runner.cxx
@@ -1352,7 +1352,7 @@ namespace build2
//
case redirect_type::null:
{
- ifd = open_dev_null ();
+ ifd = open_null ();
break;
}
@@ -1455,7 +1455,7 @@ namespace build2
}
}
- case redirect_type::null: return open_dev_null ();
+ case redirect_type::null: return open_null ();
// Duplicate the paired file descriptor later.
//