summaryrefslogtreecommitdiff
path: root/t/subobj.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj.sh')
-rw-r--r--t/subobj.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj.sh b/t/subobj.sh
index b958fc68e..1654ddcba 100644
--- a/t/subobj.sh
+++ b/t/subobj.sh
@@ -50,8 +50,8 @@ grep "option 'subdir-objects' is disabled" stderr
# Verbose tips should be given, but not too many times.
for msg in \
"possible forward-incompatibility" \
+ "For now,.* corresponding" \
"advi[sc]e.* 'subdir-objects' option throughout" \
- "unconditionally.* object file.* same subdirectory" \
; do
test $(grep -c "$msg" stderr) -eq 1
done