1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-05 03:37:22 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-11-22 08:56:39 +00:00
parent 8a34174fb2
commit e4dbcfc604

View File

@@ -1,7 +1,9 @@
#!/bin/sh
# This test would fail with tail from pre-1.22i textutils.
tmp=t1-tail.$$
tmp=tail-inf1.$$
pwd=`pwd`
trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15
if test "$VERBOSE" = yes; then
set -x