]> git.draconx.ca Git - gob-dx.git/blobdiff - tests/options.at
Improve --version output.
[gob-dx.git] / tests / options.at
index 22e96091b01cc048f5e9b9f3e0c0ca056a84438b..30be9e21fcdf45dc7cae0f6ee06d12538962ff73 100644 (file)
@@ -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
 ])