Skip to content

Commit

Permalink
Fix tests for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
KonishchevDmitry committed Aug 2, 2024
1 parent 04201c9 commit 4d3b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "$tool 100.0.0"
EOF

chmod a+x old-release-mock new-release-mock
touch --no-create --date 2024-07-29 old-release-mock
touch -c -d 2024-08-01T00:00:00 old-release-mock

cat > "config.yaml" <<EOF
path: $temp_dir/bin
Expand Down

0 comments on commit 4d3b628

Please sign in to comment.