diff --git a/tests/nwfs/nwfs_nss_namespace_import_layout_test.sh.in b/tests/nwfs/nwfs_nss_namespace_import_layout_test.sh.in index e84f5a6..67c9107 100644 --- a/tests/nwfs/nwfs_nss_namespace_import_layout_test.sh.in +++ b/tests/nwfs/nwfs_nss_namespace_import_layout_test.sh.in @@ -55,7 +55,7 @@ fi grep -q 'DOSNS_Startup' "$SRC/src/nwfs/comn/namespace/dosNSpace.c" || fail "DOS namespace source is not the NSS implementation" grep -q 'COMN_RegisterNameSpace' "$SRC/src/nwfs/comn/namespace/dosNSpace.c" || fail "DOS namespace source no longer depends on the real NSS namespace registry" -DOC="$SRC/doc/NSS_NAMESPACE_AUDIT.md" +DOC="$SRC/doc/NSS_IMPORT_NOTES.md" test -f "$DOC" || fail "missing NSS namespace audit document" grep -q 'dosNSpace.c' "$DOC" || fail "dependency order must start from imported DOS namespace source" grep -q 'nameSpace.c' "$DOC" || fail "dependency order must record the namespace registry source"