From d1f3b4fe1671fafad8f0cd174f7822a203ac7e4a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Apr 2005 23:31:22 +0000 Subject: [PATCH] fetish->coreutils in compilation command. --- lib/t-chdir-long | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/t-chdir-long b/lib/t-chdir-long index bf0381c148..1f9a83cfb3 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" -- 2.47.3