Skip to content

Commit

Permalink
#183 removed sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 1, 2024
1 parent 1b8e839 commit e121825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/metrics/test-raf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ echo "👍🏻 Didn't fail in non-git directory"
cd "${tmp}"
rm -rf ./*
rm -rf .git
sudo date --set="$(date -d "100 seconds ago")" > /dev/null
# sudo date --set="$(date -d "100 seconds ago")" > /dev/null
git init --quiet .
sudo date --set="$(date -d "100 seconds")" > /dev/null
# sudo date --set="$(date -d "100 seconds")" > /dev/null
git config user.email '[email protected]'
git config user.name 'Foo'
file1="temp_file1"
Expand Down

0 comments on commit e121825

Please sign in to comment.