##// END OF EJS Templates
Make test-verify SUSv3 compatible....
Make test-verify SUSv3 compatible. 'head -c' isn't supported on (at least) OpenBSD and is not part of SUSv3. Instead, use dd. See also: http://www.opengroup.org/onlinepubs/009695399/utilities/head.html

File last commit:

r6336:4b0c9c67 default
r8720:da1b9358 default
Show More
test-debugindexdot.out
8 lines | 72 B | text/plain | TextLexer
/ tests / test-debugindexdot.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Patrick Mezard
Test debugindexdot
r5346 digraph G {
-1 -> 0
0 -> 1
0 -> 2
2 -> 3
1 -> 3
}