X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fgetopt.t;h=79e7fe2cd38f9b4fe59ddf0385acb72830e1b40b;hb=eba3a7669754c87b65437975cb362dd1640707e9;hp=6a821cdb7112fcf087351e895f08068f9adfaf39;hpb=5fc26988019e3d3943adf09ae4dca4db3eef625e;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