summaryrefslogtreecommitdiff
path: root/lib/t-chdir-long
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-18 23:31:22 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-18 23:31:22 +0000
commitd1f3b4fe1671fafad8f0cd174f7822a203ac7e4a (patch)
tree6b0b044ab71caea03c87faf7e277d588c1515558 /lib/t-chdir-long
parent93e5749eea3fbb731feaa7c448b69c662b8defa8 (diff)
downloadcoreutils-d1f3b4fe1671fafad8f0cd174f7822a203ac7e4a.tar.xz
fetish->coreutils in compilation command.
Diffstat (limited to 'lib/t-chdir-long')
-rwxr-xr-xlib/t-chdir-long3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/t-chdir-long b/lib/t-chdir-long
index bf0381c14..1f9a83cfb 100755
--- a/lib/t-chdir-long
+++ b/lib/t-chdir-long
@@ -4,7 +4,8 @@
# 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
+gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall \
+ chdir-long.c libcoreutils.a
vg='valgrind --track-fds=yes --leak-check=yes --quiet --num-callers=9'
vg="$vg --leak-resolution=high"