[LTP] [PATCH 2/2] Optimise grep action in cpuset_syscall_test

Cyril Hrubis chrubis@suse.cz
Mon Nov 16 17:37:44 CET 2015


Hi!
> > +	task_policy=$(grep -e "  *stack  *anon" | \
> > +			awk '{print $2}' $TEST_PROCNUMA)
> 
> Shouldn't this last one be:
> +	task_policy=$(grep -e "  *stack  *anon" $TEST_PROCNUMA | \
> +			awk '{print $2}')
> 

Looks like an obvious typo to me. Can you please push fix?

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the Ltp mailing list