]> mj.ucw.cz Git - libucw.git/blobdiff - lib/getopt.t
The pkg-config variables have no default value.
[libucw.git] / lib / getopt.t
index 6a821cdb7112fcf087351e895f08068f9adfaf39..79e7fe2cd38f9b4fe59ddf0385acb72830e1b40b 100644 (file)
@@ -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