#
#  Input Syntax: <path> <0|1>
#                       0 means success expected
#                       1 means failure expected
#
#  Check for autofs filesystems in nested maps
#
/test/nested				0
/test/nested/g1			0
/test/nested/g1a			0
/test/nested/g1b			0
/test/nested/g2/s1			0
/test/nested/g2/s2			0
/test/nested/g2/no_such_entry		1
/test/nested/g2a/s1			0
/test/nested/g2a/s2			0
/test/nested/g2a/no_such_entry	1
/test/nested/g3b/s1			0
/test/nested/g3b/s2			0
/test/nested/g3b/no_such_entry	1
/test/nested/g3c/s1/ss1		0
/test/nested/g3c/s2/ss2		0
/test/nested/g4/s1			0
/test/nested/g4/s2			0
/test/nested/g4/no_such_entry		1
/test/nested/g4a			0
/test/nested/g4a/no_such_entry	1
/test/nested/g4b/s1			0
/test/nested/g4b/s2			0
