X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fgetopt.t;h=79e7fe2cd38f9b4fe59ddf0385acb72830e1b40b;hb=3ff0c1878796f707ba889f1875190a578aea512e;hp=6a821cdb7112fcf087351e895f08068f9adfaf39;hpb=8e303bc96d3e35e961e87691735520333396c726;p=libucw.git diff --git a/lib/getopt.t b/lib/getopt.t index 6a821cdb..79e7fe2c 100644 --- a/lib/getopt.t +++ b/lib/getopt.t @@ -1,6 +1,6 @@ # Tests for getopt -Run: obj/lib/getopt-t -a -b --longc 2819 -d -a 1 2 3 +Run: ../obj/lib/getopt-t -a -b --longc 2819 -d -a 1 2 3 Out: option a option b option c with value `2819' @@ -13,7 +13,7 @@ Out: option a option d with value `-a' 3 nonoption arguments -Run: obj/lib/getopt-t -a -x +Run: ../obj/lib/getopt-t -a -x Out: option a unknown option reset