diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-24 14:59:19 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-24 14:59:19 +0200 |
| commit | 72dac191283299c66356dc895eb6ba19982b16ab (patch) | |
| tree | e20f1ccedf8a78b005c8c633a95f7d5df5ec5a91 | |
| parent | 7ca2e00188d8668b6b1f4116559ddae4e3cbb35c (diff) | |
Fix typo in automake/distcheck test case
| -rw-r--r-- | test/nbb-automake.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nbb-automake.at b/test/nbb-automake.at index bf9218d..a6596ff 100644 --- a/test/nbb-automake.at +++ b/test/nbb-automake.at @@ -44,7 +44,7 @@ dnl =================================================================== AT_SETUP([nbb automake: make distcheck]) AT_KEYWORDS([nbb automake make distcheck]) -AT_WRAP_GIT_AM([dl +AT_WRAP_GIT_AM([dnl AT_CHECK([cd test.dir && AT_NBB configure], [0], [ignore], [ignore]) AT_CHECK([cd test.dir && AT_NBB make distcheck], [0], [ignore], [ignore]) ]) |
