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 ba00078 commit a402714Copy full SHA for a402714
tests/grow-file.sh
@@ -8,7 +8,7 @@ mkdir -p ${SCRATCH}
8
cp simple-pie ${SCRATCH}/simple-pie
9
10
# Add a 40MB rpath
11
-head -c 40000000 /dev/urandom > ${SCRATCH}/foo.bin
+tr -cd 'a-z0-9' < /dev/urandom | dd count=40 bs=1000000 > ${SCRATCH}/foo.bin
12
13
# Grow the file
14
../src/patchelf --add-rpath @${SCRATCH}/foo.bin ${SCRATCH}/simple-pie
0 commit comments