Skip to content

Commit

Permalink
Work around mdx issue in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed May 21, 2021
1 parent 2fc009d commit f7be244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bin/url-file/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ We make a dry-run release:
[-] Creating opam package description for whatever
[+] Wrote opam package description _build/whatever.0.1.0/opam

$ cat _build/whatever.0.1.0/opam
$ cat _build/whatever.0.1.0/opam | sed -e 's/\(x-commit-hash:\) "[0-9a-f]*"/\1/'
opam-version: "2.0"
homepage: "https://github.com/foo/whatever"
dev-repo: "git+https://github.com/foo/whatever.git"
Expand All @@ -140,4 +140,4 @@ We make a dry-run release:
...
]
}
x-commit-hash: ...
x-commit-hash:

0 comments on commit f7be244

Please sign in to comment.