Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Save output to file 01 #27

Merged
merged 9 commits into from
Feb 26, 2024
Prev Previous commit
Next Next commit
remove valid for linux, but invalid for mac os
  • Loading branch information
aguzmans committed Feb 25, 2024
commit e3a760fa72f63fc95f110bafc7565c648e37b1b3
4 changes: 0 additions & 4 deletions tools/file-works_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ func TestIsValidPath(t *testing.T) {
expectedValid: false,
expectedError: "invalid character ':' found in the path",
},
"/usr/local/bin/executable": {
expectedValid: false,
expectedError: "the file or one or more directories in the path do not exist or can not be created",
},
"/home/user/pictures/photo.jpg": {
expectedValid: false,
expectedError: "the file or one or more directories in the path do not exist or can not be created",
Expand Down
Loading