We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b1317 commit a22ea82Copy full SHA for a22ea82
tests/integration/hooks_so.bats
@@ -24,8 +24,8 @@ function teardown() {
24
25
@test "runc run (hooks library tests)" {
26
# setup some dummy libs
27
- gcc -shared -Wl,-soname,librunc-hooks-create-runtime.so.1 -o "$HOOKLIBCR.1.0.0"
28
- gcc -shared -Wl,-soname,librunc-hooks-create-container.so.1 -o "$HOOKLIBCC.1.0.0"
+ gcc -shared -Wl,-soname,"$HOOKLIBCR.1" -o "$HOOKLIBCR.1.0.0"
+ gcc -shared -Wl,-soname,"$HOOKLIBCC.1" -o "$HOOKLIBCC.1.0.0"
29
30
bundle=$(pwd)
31
0 commit comments