source: rtems/testsuites/libtests/tar01/tar01.scn @ 84008f9e

5
Last change on this file since 84008f9e was 6a174c02, checked in by Alexander Krutwig <alexander.krutwig@…>, on 07/25/16 at 13:34:43

Add Untar_FromGzChunk_Print() + Test

  • Property mode set to 100644
File size: 1.2 KB
Line 
1*** TAR01 TEST ***
2Untaring from memory - successful
3========= /home/test_file =========
4(0)This is a test of loading an RTEMS filesystem from an
5initial tar image.
6
7========= /symlink =========
8(0)This is a test of loading an RTEMS filesystem from an
9initial tar image.
10
11
12Copy tar image to test.tar
13Untaring from file - successful
14========= /dest/home/test_file =========
15(0)This is a test of loading an RTEMS filesystem from an
16initial tar image.
17
18========= /dest/symlink =========
19(0)This is a test of loading an RTEMS filesystem from an
20initial tar image.
21
22
23Untaring chunks from memory - untar: dir: home
24untar: file: home/test_file (73)
25successful
26========= /dest2/home/test_file =========
27(0)This is a test of loading an RTEMS filesystem from an
28initial tar image.
29
30========= /dest2/symlink =========
31(0)This is a test of loading an RTEMS filesystem from an
32initial tar image.
33
34
35Untaring chunks from tgz- untar: dir: home
36untar: file: home/test_file (73)
37successful
38========= /dest3/home/test_file =========
39(0)This is a test of loading an RTEMS filesystem from an
40initial tar image.
41
42========= /dest3/symlink =========
43(0)This is a test of loading an RTEMS filesystem from an
44initial tar image.
45*** END OF TAR01 TEST ***
Note: See TracBrowser for help on using the repository browser.