source:
branches/libc-0.6/src/libctests/glibc/io/ftwtest-sh@
2527
| Last change on this file since 2527 was 2036, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 13.0 KB | |
| Line | |
|---|---|
| 1 | #! /bin/sh |
| 2 | |
| 3 | # The common objpfx, used to find libraries and the dynamic loader. |
| 4 | objpfx=$1 |
| 5 | |
| 6 | # We expect one parameter which is the test program. This must understand |
| 7 | # a number options: |
| 8 | # --phys use the FTW_PHYS flag |
| 9 | # --chdir use the FTW_CHDIR and print the current directory |
| 10 | # in the callback |
| 11 | # --depth use the FTW_DEPTH flag |
