summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorUrban Müller2023-07-19 16:58:48 +0200
committerUrban Müller2023-07-19 16:58:48 +0200
commit9481d42e3de85bed9e677f9c384239420091ee6c (patch)
treec22672da1d37ac0ad1d089da804ad6535dc37c25 /test
parentae5d8cebdd82e2d1e9d3d0b40e711ba50096f622 (diff)
downloaditools-9481d42e3de85bed9e677f9c384239420091ee6c.tar.gz
itools-9481d42e3de85bed9e677f9c384239420091ee6c.tar.bz2
itools-9481d42e3de85bed9e677f9c384239420091ee6c.zip
Revert "test: trying to push with failing tests": test failed successfully
This reverts commit ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.
Diffstat (limited to 'test')
-rwxr-xr-xtest/it.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/it.t b/test/it.t
index 4ec2aee..3003ccf 100755
--- a/test/it.t
+++ b/test/it.t
@@ -591,5 +591,3 @@ function _getopt($in, $expect)
is(it::urldecode("a%61%E4"), "aaä");
is(it::parse_str("%E4[%E4][%E4]=%E4"), ['ä' => ['ä' => ['ä' => 'ä']]]);
-
-ok(0);