Home | History | Annotate | Download | only in pax

Lines Matching refs:tar

37 	# store both foo and bar into file1.tar
39 pax -w -b 512 -x ustar -f file1.tar foo bar
41 # store foo into file2.tar, then append bar to file2.tar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
47 # ensure that file1.tar and file2.tar are equal
48 atf_check -s exit:0 -o empty -e empty cmp file1.tar file2.tar
72 atf_check pax -w -x ustar -f baz.tar baz
74 sh -c '{ cd foo/bar && exec pax; } <baz.tar'
104 atf_check pax -w -x ustar -f baz.tar baz
105 atf_check sh -c '{ cd foo/bar && exec pax -r --insecure; } <baz.tar'
119 atf_check pax -w -x ustar -f baz.tar baz
121 sh -c '{ cd foo && exec pax; } <baz.tar'
135 atf_check sh -c '{ cd foo/bar && pax -w -x ustar .; } >bar.tar'
136 atf_check -o 'inline:.\n./quux\n' pax -f bar.tar