Lines Matching refs:tmp
30 tmp=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
32 echo "$cmd" | @builddir@/grub-shell >$tmp
33 error_if_not "`head -n1 $tmp|tail -n1`" '{ test_blockarg { true } }'
34 error_if_not "`head -n2 $tmp|tail -n1`" '{ true }'
37 echo "$cmd" | @builddir@/grub-shell >$tmp
38 error_if_not "`head -n1 $tmp|tail -n1`" '{ test_blockarg { test_blockarg { true } }; test_blockarg { true } }'
39 error_if_not "`head -n2 $tmp|tail -n1`" '{ test_blockarg { true } }'
40 error_if_not "`head -n3 $tmp|tail -n1`" '{ true }'
41 error_if_not "`head -n4 $tmp|tail -n1`" '{ true }'