HomeSort by relevance Sort by last modified time
    Searched refs:SKIP_HOST (Results 1 - 5 of 5) sorted by null

  /external/toybox/tests/
xxd.test 35 SKIP_HOST=1 testing "-r -i" "echo -e '0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, 0x73, 0x6f, 0x6d, 0x65,\n 0x20, 0x74, 0x65, 0x78, 0x74, 0x0a' | xxd -ri" "this is some text\n" "" ""
sed.test 7 SKIP_HOST=1 testing 'sed - - twice' 'sed "" - -' "hello\n" "" "hello\n"
48 SKIP_HOST=1 testing 'match \n literal n' "sed -n '\n\nxnp'" "nx\n" "" "nx\n"
85 SKIP_HOST=1 testing "c empty continuation" "sed -e 'c\\'" "\n" "" "hello"
dd.test 16 SKIP_HOST=1 testing "count=0x2" "dd if=input 'count=0x2' ibs=1 $opt" "hi" \
rm.test 48 SKIP_HOST=1 testing "-rf 000 dir" \
  /external/toybox/scripts/
runtest.sh 89 if [ -n "$SKIP" ] || ( [ -n "$SKIP_HOST" ] && [ -n "$TEST_HOST" ])

Completed in 140 milliseconds