Skip to content

Commit 66159e7

Browse files
committed
fix: guestfish test
1 parent a4562d1 commit 66159e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/scripts/guestfish.bats

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
#!/usr/bin/env bats
22
# bashsupport disable=BP5007
33

4-
@test "should start interactive shell by default" {
4+
@test "Xshould start interactive shell by default" {
55

66
LIBGUESTFSW_IMAGE="$BUILD_TAG" expect <<EXPECT
77
set timeout 15
88
spawn ./guestfish
99
expect "help"
10-
send "quit"
11-
interact
1210
EXPECT
13-
11+
trace
1412
assert_success
1513
assert_line --partial 'Welcome to guestfish'
1614
# shellcheck disable=SC1112

0 commit comments

Comments
 (0)