From 7b22d09fba8b1a3d2ba4ab485453afb53af009c7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Jan 2006 16:06:59 +0000 Subject: change comments and temp file name: s/openat/fdopendir/ --- tests/du/no-x | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/du') diff --git a/tests/du/no-x b/tests/du/no-x index e1d400ae6..7cd2f182b 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -35,8 +35,8 @@ cat <<\EOF > exp du: `d/no-x': Permission denied EOF -# With native openat, du uses a different code path. -cat <<\EOF > exp-native-openat +# With native fdopendir, du uses a different code path. +cat <<\EOF > exp-native-fdopendir du: cannot access `d/no-x/y': Permission denied du: fts_read failed: Permission denied EOF @@ -44,7 +44,7 @@ EOF if cmp out exp >/dev/null 2>&1; then : else - if cmp out exp-native-openat; then + if cmp out exp-native-fdopendir; then : else fail=1 -- cgit v1.2.3-54-g00ecf