2 ..
/..
/deployable
--output
test.pl
--bundle
--no-tar \
8 mkdir
-p prova
/root prova
/here
9 .
/test.pl
--here-tar |
( cd prova
/here
; tar xvf
- )
10 cd prova
/here
&& ls
-R
> ..
/here.list
11 .
/test.pl
--root-tar |
( cd prova
/root
; tar xvf
- )
12 cd prova
/root
&& ls
-R
> ..
/root.list
15 diff here.list prova
/here.list
16 diff root.list prova
/root.list
17 echo
-e
"\nall tests successful"
20 rm -rf prova extracted