|
From: Nicholas N. <n.n...@gm...> - 2009-08-26 22:36:18
|
On Thu, Aug 27, 2009 at 4:11 AM, <sv...@va...> wrote: =================================================================== > --- trunk/none/tests/procfs-linux.vgtest (rev 0) > +++ trunk/none/tests/procfs-linux.vgtest 2009-08-26 18:11:18 UTC (rev 10871) > @@ -0,0 +1,4 @@ > +prereq: [ $(uname) = Linux ] > +prog: procfs-cmdline-exe > +args: arg1 "arg 2" arg3 > +stderr_filter: filter_stderr An easier way to do this is to just put it in none/tests/linux/, that way you don't need the uname prereq test. Nick |