aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-06 20:39:01 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-06 20:39:01 +1000
commit3b02b76c7989ff664b055316b1f1559ae99f350b (patch)
tree30c81cb381112527688a8f20e087f3f6757e947e /fish_tests.c
parent401e060c052ea9a5940d5b9995178c7b04b5f85d (diff)
Switch from setpgrp to setpgid for platform independence
darcs-hash:20051006103901-ac50b-cd58dc150d1419ab6c19706fd40fd33842e30e16.gz
Diffstat (limited to 'fish_tests.c')
-rw-r--r--fish_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_tests.c b/fish_tests.c
index 4b849d41..c1009641 100644
--- a/fish_tests.c
+++ b/fish_tests.c
@@ -622,7 +622,7 @@ int main( int argc, char **argv )
complete_init();
reader_init();
env_init();
-
+
test_util();
test_tok();
test_parser();