Home | History | Annotate | Download | only in tests

Lines Matching full:file1

7 echo "this is some text" > file1
12 testing "xxd file1" "xxd file1" \
15 testing "xxd file1 -l" "xxd -l 2 file1" \
23 testing "xxd -c 8 -g 4 file1" "xxd -c 8 -g 4 file1" \
25 testing "xxd -c 8 -g 3 file1" "xxd -c 8 -g 3 file1" \
28 testing "xxd -p" "xxd -p file1" "7468697320697320736f6d6520746578740a\n" "" ""
30 testing "xxd -r" "xxd file1 | xxd -r" "this is some text\n" "" ""
31 testing "xxd -r -p" "xxd -p file1 | xxd -r -p" "this is some text\n" "" ""
47 rm file1 file2