summaryrefslogtreecommitdiff
path: root/lib/t-chdir-long
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-26 06:55:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-26 06:55:57 +0000
commit8f8f1d01884eadb85326f2bacbb80944aa01f871 (patch)
tree385297b3971c6d9e1c79ff0a4a51975b063a7f43 /lib/t-chdir-long
parent967e0c11eaecf01a8596b8b48e8ef8edc85318fd (diff)
downloadcoreutils-8f8f1d01884eadb85326f2bacbb80944aa01f871.tar.xz
Include <config.h> unconditionally, since we now assume config.h exists.
Diffstat (limited to 'lib/t-chdir-long')
-rwxr-xr-xlib/t-chdir-long4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/t-chdir-long b/lib/t-chdir-long
index 37dd7181a..2da09b31e 100755
--- a/lib/t-chdir-long
+++ b/lib/t-chdir-long
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise chdir-long's sample main program.
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
# temporary directories are easier to remove.
# FIXME: don't clobber a.out
-gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall \
+gcc -DTEST_CHDIR -g -O -W -Wall \
chdir-long.c libcoreutils.a
vg='valgrind --track-fds=yes --leak-check=yes --quiet --num-callers=9'