Skip to content

Commit

Permalink
actually print out the xattr
Browse files Browse the repository at this point in the history
  • Loading branch information
nad2040 committed Aug 8, 2023
1 parent f5ec7cd commit 9e725d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/unpack_pack_symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@ ln -s e f
setattr user.type integer a
setattr user.type string c
setattr user.type bytes e
typeof a
typeof b
typeof c
typeof d
typeof e
typeof f
echo $(typeof a)
echo $(typeof b)
echo $(typeof c)
echo $(typeof d)
echo $(typeof e)
echo $(typeof f)

printf '{"a":4}' >"$EXP"
pack -o "$OUT" -- "$MNT" || fail pack14
Expand Down

0 comments on commit 9e725d9

Please sign in to comment.