diff options
-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 |