Skip to content

Commit 1f016ad

Browse files
committed
More robust test output
1 parent 52815f2 commit 1f016ad

File tree

1 file changed

+2
-2
lines changed
  • test/xref2/aliaschain.t

1 file changed

+2
-2
lines changed

test/xref2/aliaschain.t/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ size.
44
$ ocamlc -c -bin-annot chain.mli
55
$ odoc compile chain.cmti
66
$ odoc link chain.odoc -I .
7-
$ du -h chain.odocl
8-
24K chain.odocl
7+
$ du -h chain.odocl | awk '{print $1}'
8+
24K

0 commit comments

Comments
 (0)