X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/a81f0f5b213ff4bf7f273fd89c5b152176afa638..926b8d8fb3ecffe60f3eaefcd5ec40a5273251ce:/tests/options.at diff --git a/tests/options.at b/tests/options.at index 2f85019..4fb710e 100644 --- a/tests/options.at +++ b/tests/options.at @@ -8,8 +8,6 @@ dnl standard output. AT_SETUP([--help option]) AT_KEYWORDS([option])dnl -# Currently prints to standard error :( -AT_XFAIL_IF([:]) AT_CHECK([gob2 invalid-file.gob --help --invalid-option], [0], [ignore-nolog]) AT_CLEANUP @@ -19,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 ]) @@ -302,10 +298,6 @@ AT_DATA([test.gob], [[class :Test from G:Object } ]]) -m4_if(OPTION, [--no-touch-headers], -[#Currently, the private header is modified even with --no-touch-headers. -AT_XFAIL_IF([:])])dnl - AT_CHECK([gob2 test.gob]) touch test-c test-h test-private TEST_MTIME_DELAY