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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user