Home | History | Annotate | Download | only in pax

Lines Matching refs:pax

39 	    pax -w -b 512 -x ustar -f file1.tar foo bar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
54 atf_set "descr" "Test pax exits with 0 if stdin file list is empty"
58 atf_check pax -rw . </dev/null
64 atf_set "descr" "Ensure pax list operation works without getcwd"
72 atf_check pax -w -x ustar -f baz.tar baz
74 sh -c '{ cd foo/bar && exec pax; } <baz.tar'
81 "Ensure pax insecure copy operation works without getcwd"
89 atf_check sh -c '{ cd foo/bar && exec pax -rw quux baz/.; }'
96 "Ensure pax insecure extract operation works without getcwd"
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'
111 atf_set "descr" "Ensure pax list operation works without working dir"
119 atf_check pax -w -x ustar -f baz.tar baz
121 sh -c '{ cd foo && exec pax; } <baz.tar'
127 atf_set "descr" "Ensure pax write operation works without getcwd"
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