Skip to content

Commit

Permalink
update snapshots for properly portable tarballs
Browse files Browse the repository at this point in the history
Now gzip is not putting OS indicators in the artifact.
  • Loading branch information
isaacs committed Oct 29, 2019
1 parent 9b36f32 commit 7aae69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tap-snapshots/test-dir.js-TAP.test.js
Expand Up @@ -7,7 +7,7 @@
'use strict'
exports[`test/dir.js TAP basic > extract 1`] = `
Object {
"integrity": "sha512-Pu19JLmf7/K5q3YMhqAKTywGAqjs2JOPu2xYkV2NE+HfN1V4OH7yJH1kbm5Uwo+GhQcDLl8wqdSttV1RNbEDzg==",
"integrity": "sha512-Ict4yhLfiPOkcX+yjBRSI2QUetKt+A08AXMyLeQbKGYg/OGI/1k47Hu9tWZOx1l4j+M1z07Zxt3IL41TmLkbDw==",
"resolved": "\${CWD}/test/fixtures/abbrev",
}
`
Expand Down Expand Up @@ -128,7 +128,7 @@ Object {

exports[`test/dir.js TAP with prepare script > extract 1`] = `
Object {
"integrity": "sha512-QobLMr3ORoYTIGcLiChmBgyBSZxuTtw4hXerXmBiStRt1qFfrnTLj7+s+9/k6riMciuLwwGL1kDSOi71oMTbcg==",
"integrity": "sha512-xUCDNBpGrK4uuS6LLf6c367HTkNF9+ljWScpTI/d+/Qc5izFR/HxyxALO7fP4Vlr09qiPKZPxrjmav3s8Fs4UQ==",
"resolved": "\${CWD}/test/fixtures/prepare-script",
}
`
Expand Down

0 comments on commit 7aae69c

Please sign in to comment.