1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-06-28 21:11:20 +00:00
parent a92dd43b7c
commit 4dc12acc27
+4 -1
View File
@@ -2,7 +2,8 @@
# Test some of cp's options and how cp handles situations in
# which a naive implementation might overwrite the source file.
: ${CP=cp}
# FIXME: punt for now
CP=cp
if test "$VERBOSE" = yes; then
set -x
@@ -23,7 +24,9 @@ trap "cd $pwd; rm -rf $actual $expected dir" 0 1 2 3 15
exec 1> $actual
# FIXME: This should be bigger: like more than 8k
contents=XYZ
for args in 'foo symlink' 'symlink foo' 'foo foo' 'sl1 sl2' 'foo hardlink'; do
for options in '' -d -f -df -b -bd -bf -bdf \
-l -dl -fl -dfl -bl -bdl -bfl -bdfl; do