summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 16:57:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-05 15:12:58 +0300
commit84380791589b76862fa66927923471f21c1a644d (patch)
treee6cceb186232414ab0ac6c91a435a945c8871313 /curl
parent1ff5c0d21aeccc82f07cecbba20c8725f9db53e2 (diff)
Load c.config module rather than c in curl/tests/build/root.build
Diffstat (limited to 'curl')
-rw-r--r--curl/tests/build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/curl/tests/build/root.build b/curl/tests/build/root.build
index b75fafe..d0f5667 100644
--- a/curl/tests/build/root.build
+++ b/curl/tests/build/root.build
@@ -3,7 +3,7 @@
# We need to configure C module to obtain the target information (see below).
#
-using c
+using c.config
# Setup the curl program that we are testing.
#