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 66159e7 commit c0c6a2eCopy full SHA for c0c6a2e
test/scripts/guestfish.bats
@@ -6,13 +6,12 @@
6
LIBGUESTFSW_IMAGE="$BUILD_TAG" expect <<EXPECT
7
set timeout 15
8
spawn ./guestfish
9
-expect "help"
+expect "‘quit’ to quit the shell"
10
EXPECT
11
-trace
12
- assert_success
+
13
assert_line --partial 'Welcome to guestfish'
14
# shellcheck disable=SC1112
15
- assert_line --partial 'Type: ‘help’ for help on commands'
+ assert_line --partial '‘quit’ to quit the shell'
16
}
17
18
@test "should execute script if specified" {
0 commit comments