From 2328d8dbb5a8c774afb99d363b6e98cd25ee304d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 9 Jul 2017 16:35:38 -0400 Subject: Handle ENOTDIR the same as ENOENT For a/b/c, ENOTDIR is returned instead of ENOENT if a or b are not directories. Handle this uniformly when detecting broken symlinks, readdir races, etc. --- tests/test_L_xtype_l.out | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_L_xtype_l.out') diff --git a/tests/test_L_xtype_l.out b/tests/test_L_xtype_l.out index 1052fc0..57bee1b 100644 --- a/tests/test_L_xtype_l.out +++ b/tests/test_L_xtype_l.out @@ -1,5 +1,6 @@ links/b links/h +links/j links/h/g links/h/i links/d/e/i -- cgit v1.2.3