summaryrefslogtreecommitdiff
path: root/tests/rm/readdir-bug
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/readdir-bug')
-rwxr-xr-xtests/rm/readdir-bug8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rm/readdir-bug b/tests/rm/readdir-bug
index 3f1596728..41405ebf7 100755
--- a/tests/rm/readdir-bug
+++ b/tests/rm/readdir-bug
@@ -24,12 +24,12 @@ print_ver_ rm
# What counts is a combination of the number of files and
# the lengths of their names. For details, see
# http://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00326.html
-mkdir b || framework_failure
-cd b || framework_failure
+mkdir b || framework_failure_
+cd b || framework_failure_
for i in `seq 1 250`; do
- touch `printf %040d $i` || framework_failure
+ touch `printf %040d $i` || framework_failure_
done
-cd .. || framework_failure
+cd .. || framework_failure_
# On a buggy system, this would fail with the diagnostic,