summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/buildenv-testmain-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/buildenv-testmain-template.cpp b/infrastructure/buildenv-testmain-template.cpp
index 8a0767e6..3fd10c71 100644
--- a/infrastructure/buildenv-testmain-template.cpp
+++ b/infrastructure/buildenv-testmain-template.cpp
@@ -99,7 +99,7 @@ bool check_filedes(bool report)
flag(S_IFREG) <<
flag(S_IFLNK) <<
flag(S_IFSOCK) <<
- flag(S_IFWHT) << " plus " << m << ")");
+ " or " << m << ")");
}
else
{