diff options
author | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-03-20 13:31:10 -0400 |
---|---|---|
committer | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-03-20 13:31:10 -0400 |
commit | 4aba4c23c44b2c13b2b99470f9f81dba77e58d88 (patch) | |
tree | 3c12068c6b6c5aee99e765c40c5494ca4cf3e98b /dist/s_longlines | |
parent | 0f6999bcf99d8f96f1533b0e575f998e45e08e78 (diff) | |
download | mongo-4aba4c23c44b2c13b2b99470f9f81dba77e58d88.tar.gz |
check the test program, too.
Diffstat (limited to 'dist/s_longlines')
-rw-r--r-- | dist/s_longlines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_longlines b/dist/s_longlines index c9b58551866..50fd906a8d0 100644 --- a/dist/s_longlines +++ b/dist/s_longlines @@ -5,7 +5,7 @@ t=__wt.$$ trap 'rm -f $t; exit 0' 0 1 2 3 13 15 l=`(sed -e '/^[a-z]/! d' -e 's,^,../,' filelist ; - ls ../src/include/*.[hi] ../src/include/*.in) | + ls ../src/include/*.[hi] ../src/include/*.in ../test/bt/*.c) | egrep -v 'src/api/(api|pack)\.c$' | egrep -v 'include/api\.h|.*/api_int\.c$|support/stat\.c$'` |