aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-04-28 15:04:39 +0200
committerLoïc Hoguin <[email protected]>2022-04-28 15:04:39 +0200
commitbc9053baca8d75cb045e6404e54da7a4669d613a (patch)
tree8f3bcc0670165e58c4979a4184166440809f831a /test
parentc26ea3df700653f0a3f030adfdaccff9f30f85b5 (diff)
downloaderlang.mk-bc9053baca8d75cb045e6404e54da7a4669d613a.tar.gz
erlang.mk-bc9053baca8d75cb045e6404e54da7a4669d613a.tar.bz2
erlang.mk-bc9053baca8d75cb045e6404e54da7a4669d613a.zip
Fix core-query-deps-no-duplicates test
Diffstat (limited to 'test')
-rw-r--r--test/core_query.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_query.mk b/test/core_query.mk
index 380f4ad..a72e744 100644
--- a/test/core_query.mk
+++ b/test/core_query.mk
@@ -154,7 +154,7 @@ endif
"farwest: cowlib git https://github.com/ninenines/cowlib master" \
"farwest: cowboy git https://github.com/ninenines/cowboy master" \
"farwest: gun git https://github.com/ninenines/gun master" \
- "gun: cowlib git https://github.com/ninenines/cowlib 2.10.1" \
+ "gun: cowlib git https://github.com/ninenines/cowlib 2.11.0" \
> $(APP)/expected-deps.txt
$t cmp $(APP)/expected-deps.txt $(APP)/.erlang.mk/query-deps.log