diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:31:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:31:22 +0000 |
commit | d1f3b4fe1671fafad8f0cd174f7822a203ac7e4a (patch) | |
tree | 6b0b044ab71caea03c87faf7e277d588c1515558 /lib/t-chdir-long | |
parent | 93e5749eea3fbb731feaa7c448b69c662b8defa8 (diff) | |
download | coreutils-d1f3b4fe1671fafad8f0cd174f7822a203ac7e4a.tar.xz |
fetish->coreutils in compilation command.
Diffstat (limited to 'lib/t-chdir-long')
-rwxr-xr-x | lib/t-chdir-long | 3 |
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" |