tests: update namespace-import-layout test to use consolidated NSS_IMPORT_NOTES.md
All checks were successful
Source release / source-package (push) Successful in 1m43s
All checks were successful
Source release / source-package (push) Successful in 1m43s
The doc consolidation pass merged NSS_NAMESPACE_AUDIT.md into doc/NSS_IMPORT_NOTES.md. Update the test script DOC variable to point to the new location; all required strings (dosNSpace.c, nameSpace.c, comnBeasts.h, latch.h, xCache.h, volume ID assignments) are present in the consolidated file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained 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"
|
||||
|
||||
Reference in New Issue
Block a user