X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/f415b094c750fb9f7cbfda0311bc5ba2024f385b..268cd12f990b95d82d00e639288563c6c6ce9452:/tests/options.at diff --git a/tests/options.at b/tests/options.at index 22e9609..30be9e2 100644 --- a/tests/options.at +++ b/tests/options.at @@ -17,8 +17,6 @@ dnl standard output, and contains the correct version number. AT_SETUP([--version option]) AT_KEYWORDS([option])dnl -# Currently prints to standard error :( -AT_XFAIL_IF([:]) AT_CHECK([gob2 invalid-file.gob --version --invalid-option], [0], [stdout]) AT_CHECK([awk 'NR == 1 { print $NF }' stdout], [0], [AT_PACKAGE_VERSION ])