We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4562d1 commit 66159e7Copy full SHA for 66159e7
test/scripts/guestfish.bats
@@ -1,16 +1,14 @@
1
#!/usr/bin/env bats
2
# bashsupport disable=BP5007
3
4
-@test "should start interactive shell by default" {
+@test "Xshould start interactive shell by default" {
5
6
LIBGUESTFSW_IMAGE="$BUILD_TAG" expect <<EXPECT
7
set timeout 15
8
spawn ./guestfish
9
expect "help"
10
-send "quit"
11
-interact
12
EXPECT
13
-
+trace
14
assert_success
15
assert_line --partial 'Welcome to guestfish'
16
# shellcheck disable=SC1112
0 commit comments