Home
last modified time | relevance | path

Searched refs:BIGTEST (Results 1 – 1 of 1) sorted by relevance

/external/toybox/tests/
Dtail.test7 BIGTEST="one\ntwo\nthree\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n"
8 echo -ne "$BIGTEST" > file1
13 testing "-n out of bounds" "tail -n 999 file1" "$BIGTEST" "" ""
19 testing "-c out of bounds" "tail -c 999 file1" "$BIGTEST" "" ""
31 "" "$BIGTEST"
32 testing "noseek -n out of bounds" "tail -n 999" "$BIGTEST" "" "$BIGTEST"
35 "$BIGTEST"
36 testing "noseek -n+ outof bounds" "tail -n +999" "" "" "$BIGTEST"
38 "even\neight\nnine\nten\neleven\n" "" "$BIGTEST"
39 testing "noseek -c out of bounds" "tail -c 999" "$BIGTEST" "" "$BIGTEST"
[all …]