summaryrefslogtreecommitdiff
path: root/spec/build/testsuites/libtests/dl01.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/libtests/dl01.yml')
-rw-r--r--spec/build/testsuites/libtests/dl01.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/testsuites/libtests/dl01.yml b/spec/build/testsuites/libtests/dl01.yml
index 42e482bcc7..49ff5a0eb1 100644
--- a/spec/build/testsuites/libtests/dl01.yml
+++ b/spec/build/testsuites/libtests/dl01.yml
@@ -9,7 +9,7 @@ do-build: |
objs = []
objs.append(self.cc(bld, bic, path + "dl01-o1.c"))
tar = path + "dl01.tar"
- self.pax(bld, objs, [path], tar)
+ self.tar(bld, objs, [path], tar)
tar_c, tar_h = self.bin2c(bld, tar)
objs = []
objs.append(self.cc(bld, bic, tar_c))