~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/ls/infloop.sh

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# show that the following no longer makes ls infloop
3
3
# mkdir loop; cd loop; ln -s ../loop sub; ls -RL
4
4
# Also ensure ls exits with status = 2 in that case.
5
 
# Copyright (C) 2001-2012 Free Software Foundation, Inc.
 
5
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
6
6
 
7
7
# This program is free software: you can redistribute it and/or modify
8
8
# it under the terms of the GNU General Public License as published by