Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 17, 2024
1 parent 2d3a985 commit b192cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/reftests/admin-cache.test
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ amet : sha512 : exists
### <sedi.sh>
regexp=$1
file=$2
sed "$regexp" $file > $file.tmp
mv $file.tmp $file
sed "$regexp" "$file" > "$file.tmp"
mv "$file.tmp" "$file"
### sh sedi.sh '/"sha512=.*/d' packages/ipsum/ipsum.1/opam
### sh sedi.sh '/"sha256=.*/d' packages/ipsum/ipsum.1/opam
### sh sedi.sh '/"sha512=.*/d' packages/dolor/dolor.1/opam
Expand Down

0 comments on commit b192cc6

Please sign in to comment.