1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-19 00:41:07 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-02-21 16:14:05 +00:00
parent ead1152ef8
commit a03a97d7d8

View File

@@ -1,9 +1,10 @@
#! /bin/sh
: ${LS=ls}
: ${MV=mv}
: ${RM=rm}
: ${MKNOD=mknod}
: ${MKDIR=mkdir}
: ${MKNOD=mknod}
: ${RM=rm}
: ${TOUCH=touch}
. $srcdir/setup
@@ -29,6 +30,12 @@ fi
fail=0
$MV $null $dir $other_partition_tmpdir || fail=1
# Make sure the files are gone.
test -f $null && fail=1
test -d $dir && fail=1
# cd $other_partition_tmpdir
# $LS -l -A -R $other_partition_tmpdir
$RM -rf $null $dir $other_partition_tmpdir