From 75753d287ba7aea9235e6554f8a87df73815a47f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20A=2E=20Holm?= Date: Sun, 25 Apr 2010 01:30:13 +0200 Subject: [PATCH] Remove "No Id with only -h" from all tests. 65318c6c-4ff9-11df-abf1-90e6ba3022ac --- tests/addpoints/addpoints.t | 1 - tests/csv2gpx.t | 1 - tests/gpst-file/gpst-file.t | 1 - tests/gpst-pic/gpst-pic.t | 1 - tests/run-tests.pl | 1 - 5 files changed, 5 deletions(-) diff --git a/tests/addpoints/addpoints.t b/tests/addpoints/addpoints.t index 1615bff..02a3f3a 100755 --- a/tests/addpoints/addpoints.t +++ b/tests/addpoints/addpoints.t @@ -89,7 +89,6 @@ likecmd("$CMD -h", # {{{ ); # }}} -ok(`$CMD -h` !~ /^\n\S+ v\d\.\d\d\n/s, "\"$CMD -h\" - No Id with only -h"); diag("Testing -v (--verbose) option..."); likecmd("$CMD -hv", # {{{ '/^\n\S+ v\d\.\d\d\n/s', diff --git a/tests/csv2gpx.t b/tests/csv2gpx.t index 63081ad..6c7fd58 100755 --- a/tests/csv2gpx.t +++ b/tests/csv2gpx.t @@ -89,7 +89,6 @@ likecmd("$CMD -h", # {{{ ); # }}} -ok(`$CMD -h` !~ /^\n\S+ v\d\.\d\d\n/s, "\"$CMD -h\" - No Id with only -h"); diag("Testing -v (--verbose) option..."); likecmd("$CMD -hv", # {{{ '/^\n\S+ v\d\.\d\d\n/s', diff --git a/tests/gpst-file/gpst-file.t b/tests/gpst-file/gpst-file.t index 5746586..4304b72 100755 --- a/tests/gpst-file/gpst-file.t +++ b/tests/gpst-file/gpst-file.t @@ -146,7 +146,6 @@ likecmd("$CMD -h", # {{{ ); # }}} -ok(`$CMD -h` !~ /^\n\S+ v\d\.\d\d\n/s, "\"$CMD -h\" - No Id with only -h"); diag("Testing --output-format option..."); # {{{ # pgtab testcmd("$CMD -o pgtab files/testfile/file.txt", # {{{ diff --git a/tests/gpst-pic/gpst-pic.t b/tests/gpst-pic/gpst-pic.t index 51a4064..911a8ad 100755 --- a/tests/gpst-pic/gpst-pic.t +++ b/tests/gpst-pic/gpst-pic.t @@ -151,7 +151,6 @@ likecmd("$CMD -h", # {{{ ); # }}} -ok(`$CMD -h` !~ /^\n\S+ v\d\.\d\d\n/s, "\"$CMD -h\" - No Id with only -h"); diag("Testing --output-format option..."); # {{{ # pgtab testcmd("$CMD -o pgtab files/DSC_4426.JPG", # {{{ diff --git a/tests/run-tests.pl b/tests/run-tests.pl index 24ce88a..3ae8b02 100755 --- a/tests/run-tests.pl +++ b/tests/run-tests.pl @@ -628,7 +628,6 @@ likecmd("$CMD -h", # {{{ ); # }}} -ok(`$CMD -h` !~ /^\n\S+ v\d\.\d\d\n/s, "\"$CMD -h\" - No Id with only -h"); # --help option }}} diag("Testing --inside option..."); # {{{ testcmd("../gpst --pos1 2.11,2.12 --pos2 3.31,3.32 --inside multitrack-pause.gpx", # {{{ -- 2.11.4.GIT