Add a comment clarifying the last change.
This commit is contained in:
parent
9a20a71e9b
commit
da89748df7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: test.c,v 1.2 2002/10/16 21:12:01 thorpej Exp $ */
|
||||
/* $NetBSD: test.c,v 1.3 2002/10/16 21:13:43 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Regression test for dirname(3).
|
||||
@ -45,7 +45,8 @@ struct {
|
||||
{ "//foo", "/" },
|
||||
/*
|
||||
* Make sure the trailing slashes after the directory name component
|
||||
* get trimmed.
|
||||
* get trimmed. The Std does not talk about this, but this is what
|
||||
* Solaris 8's dirname(3) does.
|
||||
*/
|
||||
{ "/usr///lib", "/usr" },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user