========================================== dateutils 0.4.9: test/test-suite.log ========================================== # TOTAL: 878 # PASS: 877 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: strptime.003 ================== $ echo 1900-01-01 | strptime -i '%F' strptime: cannot make sense of `1900-01-01' using the given input formats --- "expected output 62105e3d" 2022-02-21 12:46:29.237631141 +0000 +++ "actual output 62105e3d" 2022-02-21 12:46:29.247631201 +0000 @@ -1 +0,0 @@ -1900-01-01 $? 1 $ echo 1900-01-01 | strptime -i 'foo' strptime: cannot make sense of `1900-01-01' using the given input formats $? 0 $ echo 1900-01-01 | strptime -i strptime: option `--i' requires an argument $? 0 FAIL strptime.003.ctst (exit status: 1)