Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
33fcb6c1
Commit
33fcb6c1
authored
Nov 25, 2015
by
intrigeri
Browse files
Test suite: fix error message for isohybrid test.
parent
02633734
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/usb.rb
View file @
33fcb6c1
...
...
@@ -401,7 +401,7 @@ Then /^Tails is running from (.*) drive "([^"]+)"$/ do |bus, name|
"We are running from device
#{
actual_dev
}
, but for
#{
bus
}
drive "
+
"'
#{
name
}
' we expected to run from either device "
+
"
#{
expected_dev_normal
}
(when installed via the USB installer) "
+
"or
#{
expected_dev_
normal
}
(when installed from an isohybrid)"
)
"or
#{
expected_dev_
isohybrid
}
(when installed from an isohybrid)"
)
end
Then
/^the boot device has safe access rights$/
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment