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