upbound / up

The @upbound CLI
Apache License 2.0
50 stars 42 forks source link

fix(xpkg/test): Replace invalid char in filename #425

Closed MisterMX closed 5 months ago

MisterMX commented 5 months ago

Description of your changes

Replace : in filenames with _ (affects a single file).

Fixes https://github.com/upbound/up/issues/424

I have:

How has this code been tested

Unit tests remain unchanged. Only the name of file in the OS filesystem is changed. It is kept with : in the in-memory filesystem that is used during tests.

Upbound-CLA commented 5 months ago

CLA assistant check
All committers have signed the CLA.