diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/etap/run.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/run.tpl b/test/etap/run.tpl index 871ac4cb..faf0f456 100644 --- a/test/etap/run.tpl +++ b/test/etap/run.tpl @@ -23,5 +23,5 @@ if test $# -gt 0; then shift done else - prove -v $SRCDIR/test/etap/*.t + prove $SRCDIR/test/etap/*.t fi |