mirror of https://github.com/mirror/busybox.git
Update status of tests which should pass
parent
3a2fcc63b8
commit
d9c8ab40a4
|
@ -1,2 +1 @@
|
|||
# XFAIL
|
||||
busybox find . -xdev >/dev/null 2>&1
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# XFAIL
|
||||
touch foo
|
||||
tar cf foo.tar foo
|
||||
! busybox tar xf foo.tar bar
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# XFAIL
|
||||
touch foo
|
||||
busybox tar czf foo.tar.gz foo
|
||||
gzip -d foo.tar.gz
|
||||
|
|
Loading…
Reference in New Issue