summaryrefslogtreecommitdiff
path: root/hscript/user.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/user.cc')
-rw-r--r--hscript/user.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/hscript/user.cc b/hscript/user.cc
index 0513d21..4d00cb2 100644
--- a/hscript/user.cc
+++ b/hscript/user.cc
@@ -58,6 +58,8 @@ bool RootPassphrase::execute(ScriptOptions options) const {
return false;
}
+ /* LCOV_EXCL_START */
+ /* This was tested on gwyn during development. */
std::stringstream shadow_stream;
char shadow_line[200];
/* Discard root. */
@@ -81,4 +83,5 @@ bool RootPassphrase::execute(ScriptOptions options) const {
}
new_shadow << shadow_stream.str();
return true;
+ /* LCOV_EXCL_STOP */
}