Skip to content

Commit

Permalink
feat(24.04): add SDF for libarchive-tools and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eunufe committed Jan 16, 2025
1 parent 096798e commit 833510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spread/integration/libarchive-tools/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ execute: |
fi
cp "${rootfs}/testfile.txt" "${rootfs}/testfile_orig.txt"
chroot "${rootfs}/" bsdtar -xf testfile.tar
test "$(cat ${rootfs}/testfile.txt)" = "$( cat ${rootfs}/testfile_tar.txt)"
test "$(cat ${rootfs}/testfile.txt)" = "$( cat ${rootfs}/testfile_orig.txt)"
echo "testfile.txt" | chroot "${rootfs}/" bsdcpio -o -c \
> "${rootfs}/testfile.cpio"
if [ ! -e "${rootfs}/testfile.cpio" ]; then
Expand Down

0 comments on commit 833510b

Please sign in to comment.