##// 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:

r4659:7a7d4937 default
r8720:da1b9358 default
Show More
test-issue433
10 lines | 135 B | text/plain | TextLexer
Benoit Boissinot
add test for issue433
r3719 #!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433
hg init a
Thomas Arendsen Hein
Kill trailing spaces
r4659 cd a
echo a > a
hg commit -Ama
Benoit Boissinot
add test for issue433
r3719
hg parents -r 0 doesnotexist
true