File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ docker run --rm --name "${0##*/}-$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom 2>/de
46
46
!mkdir -p "$dest "
47
47
-copy-out "$source " "$dest "
48
48
umount-all
49
+ exit
49
50
COMMANDS
50
51
51
52
if [ ! " $( ls -A " $dest " ) " ]; then
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ setup() {
5
5
load ' helpers/setup.sh' ' copy-out'
6
6
}
7
7
8
- @test " should copy-out / by default" {
8
+ @test " Xshould copy-out / by default" {
9
9
cp_fixture cirros.img disk.img
10
10
11
11
LIBGUESTFS_IMAGE=" $BUILD_TAG " run ./copy-out
@@ -14,7 +14,7 @@ setup() {
14
14
assert_file_exist ' disk.data/home/cirros/.profile'
15
15
}
16
16
17
- @test " should copy-out specified path" {
17
+ @test " Xshould copy-out specified path" {
18
18
cp_fixture cirros.img disk.img
19
19
20
20
LIBGUESTFS_IMAGE=" $BUILD_TAG " run ./copy-out /home/cirros
@@ -23,7 +23,7 @@ setup() {
23
23
assert_file_exist ' disk.data/home/cirros/.profile'
24
24
}
25
25
26
- @test " should copy-out from image in subdir" {
26
+ @test " Xshould copy-out from image in subdir" {
27
27
mkdir foo
28
28
cp_fixture cirros.img foo/disk.img
29
29
@@ -32,7 +32,7 @@ setup() {
32
32
assert_file_exist ' foo/disk.data/home/cirros/.profile'
33
33
}
34
34
35
- @test " should fail on missing disk" {
35
+ @test " Xshould fail on missing disk" {
36
36
37
37
LIBGUESTFS_IMAGE=" $BUILD_TAG " run ./copy-out /home/cirros
38
38
You can’t perform that action at this time.
0 commit comments