]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 294923
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 May 2016 17:34:35 +0000 (17:34 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 May 2016 17:34:35 +0000 (17:34 +0000)
commit98a3ddd455bf18121f12081abdc78ab921edab74
tree2dd437eb2f0bd40b5e99a62538c2c9c54c9e9d77
parentfa77158623d8e5aa03db0035d5d72a679e4b37d5
MFC 294923

Fix grep_test:recurse with ZFS and TMPFS tmpdirs

contrib/netbsd-tests/usr.bin/grep/t_grep.sh
Fix grep_test:recurse when /tmp is either zfs or tmpfs. The test was
relying on an implicit ordering of directory recursion which happens to
be true when using UFS. grep's specification requires no such ordering.
The solution is to ignore the order of grep's results.

git-svn-id: svn://svn.freebsd.org/base/stable/10@299378 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/usr.bin/grep/t_grep.sh