Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix container filepath to make it platform independent (#80)
Issue #, if available: N/A *Description of changes:* In the `container cp` command test, container path is evaluated using `filepath.Join("/tmp", filename)`. On windows this evaluates to `/tmp\<filename>` which is not a unix path for the container. *Testing done:* Yes - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Vishwas Siravara <[email protected]>
- Loading branch information