Skip to content

Commit 0aad617

Browse files
maleadtgiordano
andauthored
Update test/auditing.jl
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent ae8998d commit 0aad617

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/auditing.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,7 @@ end
344344
v"1.0.0",
345345
# Copy in the libfoo sources
346346
[DirectorySource(build_tests_dir)],
347-
# Build libfoo using autotools to create a real .la file, and also
348-
# create a fake .la file (which should not be removed). Create also a
349-
# symlink libqux.la -> libfoo.la, which will be broken after libfoo.la
350-
# has been deleted: remove libqux.la as well
351-
libfoo_autotools_script * raw"""
352-
touch ${prefix}/lib/libbar.la
353-
ln -s ${prefix}/lib/libfoo.la ${prefix}/lib/libqux.la
354-
""",
347+
libfoo_autotools_script,
355348
# Build for our platform
356349
[platform],
357350
# The products we expect to be build

0 commit comments

Comments
 (0)