diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-19 12:51:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-19 12:51:06 +0000 |
commit | dea0e69ce0b3c8ba2a8c9ae172178d5f210b8339 (patch) | |
tree | 211892258592eb70da29abd50a0d0627e2763a3a /lib/t-chdir-long | |
parent | 5ff3a2e214a72ae774ca490825f1649707858b64 (diff) | |
download | coreutils-dea0e69ce0b3c8ba2a8c9ae172178d5f210b8339.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/t-chdir-long')
-rwxr-xr-x | lib/t-chdir-long | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/t-chdir-long b/lib/t-chdir-long index d641a5971..ed6d2ac4e 100755 --- a/lib/t-chdir-long +++ b/lib/t-chdir-long @@ -1,5 +1,7 @@ #!/bin/sh # Exercise chdir-long's sample main program. +# FIXME: add traps and choose top level names so that +# temporary directories are easier to remove. gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall chdir-long.c libfetish.a |