Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
make test suite pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Dec 13, 2023
1 parent 9d8b443 commit 64fbf94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ch-convert
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ chimage_out_validate () {
FATAL "exists in ch-image storage, not deleting per --no-clobber: ${1}"
fi
if [ -n "$xattrs" ]; then
WARNING "--xattrs unsupported for out format ch-image"
WARNING "--xattrs unsupported for out format \"ch-image\""
fi
}

Expand Down Expand Up @@ -829,7 +829,7 @@ tmpdir_setup () {
# line.
xattr_opt_err () {
if [ -n "$xattrs" ] && [ -n "$no_xattrs" ]; then
FATAL "--xattrs incompatible with --no-xattrs"
FATAL "\"--xattrs\" incompatible with \"--no-xattrs\""
fi
}

Expand Down
1 change: 1 addition & 0 deletions bin/ch-run-oci.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def args_parse():
args_.func = abs # needs to have __module__ attribute
args_.no_cache = None
args_.no_lock = False
args_.no_xattrs = False
args_.password_many = False
args_.profile = False
args_.quiet = False
Expand Down

0 comments on commit 64fbf94

Please sign in to comment.