diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-23 19:24:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-23 19:24:12 +0000 |
commit | 3584f04f59d161e214e6a950013eb6ea42f27ad1 (patch) | |
tree | df1a6220850d888ba31ffd0fc493f3ec5b479f1d | |
parent | 1f5e4907c25414432ec9fce75b30abdeeedd165b (diff) | |
download | coreutils-3584f04f59d161e214e6a950013eb6ea42f27ad1.tar.xz |
adjust for change in behavior
-rwxr-xr-x | tests/cp/same-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file index ccc4f5b6c..ae077c816 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -109,7 +109,7 @@ cat <<\EOF > $expected 0 -l (foo symlink -> foo) 0 -dl (foo symlink -> foo) 0 -fl (foo symlink -> foo) -0 -dfl (foo symlink -> foo) +0 -dfl (foo symlink) 0 -bl (foo symlink -> foo) 0 -bdl (foo symlink symlink.~1~ -> foo) 0 -bfl (foo symlink -> foo) |