Pádraig Brady wrote:
>> > +#define LIB_NAME "libstdbuf.so" //FIXME: don't hardcode
>
> also fixed
On the topic, please leave a space between a comment introducer
(be it "/*" or "#") and the following text. That makes it more readable.
+stdbuf -o1 true || fail=1 #verify size syntax
+stdbuf -oK true || fail=1 #verify size syntax
+stdbuf -o0 true || fail=1 #verify unbuffered syntax
+stdbuf -oL true || fail=1 #verify line buffered syntax
+stdbuf -ol true && fail=1 #Capital 'L' required
+stdbuf -o$SIZE_OFLOW true && fail=1 #size too large
+stdbuf -iL true && fail=1 #line buffering stdin disallowed
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils