1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-11-22 08:56:52 +00:00
parent e4dbcfc604
commit b609a36366
+4 -4
View File
@@ -1,15 +1,15 @@
#!/bin/sh
# This test would fail with tail from pre-1.22i textutils.
tmp=tail-inf1.$$
pwd=`pwd`
trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15
if test "$VERBOSE" = yes; then
set -x
tail --version
fi
tmp=tail-inf1.$$
pwd=`pwd`
trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15
test_failure=0
mkdir $tmp || test_failure=1
cd $tmp || test_failure=1