From: Jim Meyering Date: Wed, 19 Jan 2005 12:52:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1580 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4af6f487c4faf5d82563bf5e9f563f918147ccb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/t-chdir-long b/lib/t-chdir-long index ed6d2ac4e6..bf0381c148 100755 --- a/lib/t-chdir-long +++ b/lib/t-chdir-long @@ -2,6 +2,7 @@ # Exercise chdir-long's sample main program. # FIXME: add traps and choose top level names so that # temporary directories are easier to remove. +# FIXME: don't clobber a.out gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall chdir-long.c libfetish.a @@ -56,3 +57,5 @@ for t in . /t /tmp /var/tmp; do && rm -f diff in out done done + +rm -f a.out