tests/bundles/test-merge-symlinks.hg
author Danek Duvall <danek.duvall@oracle.com>
Mon, 20 Jul 2015 15:33:20 -0700
branchstable
changeset 25861 11ab8714f529
parent 14116 cd3032437064
permissions -rw-r--r--
tests: use egrep with regular expression branches for compatibility GNU grep allows you to use "a\|b" in a regular expression to match either "a" or "b", but at least Solaris grep does not; only egrep allows for that. And egrep considers "a+" to be "a{1,}" instead of an "a" and a literal plus sign, so escape that as well.

(binary:application/octet-stream)