components/conflict/test/results-64.master
author Drew Fisher <drew.fisher@oracle.com>
Thu, 01 Oct 2015 15:00:59 -0700
changeset 4911 6590570733a1
parent 4747 0e43ac303e45
permissions -rw-r--r--
PSARC/2015/368 Common Puppet Modules 21691386 Request to integrate common puppet modules into Userland

**
**	Set PATH = .:$(@D):/bin
**	This produces no conflict (unless /bin contains conflict!):
Current working directory is "$(@D)"
-> .
--> /bin
*+: conflict
**
**	Set PATH = .:$(@D):/bin
**	This shows conflict between different filetypes
Current working directory is "$(@D)"
:----> .
:----:----> /bin
:co.-:--.-: conflict (.c,.o,)
**
**	Set PATH = .:$(@D):/bin
**	This repeats the last test, with pathnames-only
./conflict.c
./conflict.o
./conflict
/bin/conflict
**
**	Add a dummy executable in the current directory
**		/tmp/conflict.xxxxxx
**
**	producing a conflict with the executable
**
**	For Unix, the conflict will be in the empty suffix (first column
**	of the report).  For Win32 it will be in the combination of empty
**	and "e" (.exe) suffixes.
Current working directory is "/tmp/conflict.xxxxxx"
:---> .
:---:---> $(@D)
:---:---:---> /bin
:.--:.--:.--: conflict ()